diff options
author | Diva Canto | 2010-09-03 09:02:08 -0700 |
---|---|---|
committer | Diva Canto | 2010-09-03 09:02:08 -0700 |
commit | 85e9160552ea72e469863e077d1084da80e12222 (patch) | |
tree | 80a3e97763987d7ae777b6633cacfe80c8cd2046 /OpenSim/Services/Connectors/Simulation | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-85e9160552ea72e469863e077d1084da80e12222.zip opensim-SC_OLD-85e9160552ea72e469863e077d1084da80e12222.tar.gz opensim-SC_OLD-85e9160552ea72e469863e077d1084da80e12222.tar.bz2 opensim-SC_OLD-85e9160552ea72e469863e077d1084da80e12222.tar.xz |
More tweaks related to my previous commit. Tweaks sux.
Diffstat (limited to 'OpenSim/Services/Connectors/Simulation')
-rw-r--r-- | OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs index df818f5..b2dec96 100644 --- a/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs +++ b/OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs | |||
@@ -107,7 +107,7 @@ namespace OpenSim.Services.Connectors.Simulation | |||
107 | string uri = string.Empty; | 107 | string uri = string.Empty; |
108 | 108 | ||
109 | // HACK -- Simian grid make it work!!! | 109 | // HACK -- Simian grid make it work!!! |
110 | if (destination.ServerURI != string.Empty) | 110 | if (destination.ServerURI != string.Empty && !destination.ServerURI.StartsWith("http:")) |
111 | uri = "http://" + destination.ServerURI + AgentPath() + aCircuit.AgentID + "/"; | 111 | uri = "http://" + destination.ServerURI + AgentPath() + aCircuit.AgentID + "/"; |
112 | else | 112 | else |
113 | { | 113 | { |