More tweaks related to my previous commit. Tweaks sux.

This commit is contained in:
Diva Canto
2010-09-03 09:02:08 -07:00
parent 18213d26ec
commit 85e9160552
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ namespace OpenSim.Services.Connectors.Simulation
string uri = string.Empty;
// HACK -- Simian grid make it work!!!
if (destination.ServerURI != string.Empty)
if (destination.ServerURI != string.Empty && !destination.ServerURI.StartsWith("http:"))
uri = "http://" + destination.ServerURI + AgentPath() + aCircuit.AgentID + "/";
else
{