mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Last+2 tweak
This commit is contained in:
@@ -107,7 +107,7 @@ namespace OpenSim.Services.Connectors.Simulation
|
||||
string uri = string.Empty;
|
||||
|
||||
// HACK -- Simian grid make it work!!!
|
||||
if (destination != null && destination.ServerURI != string.Empty && !destination.ServerURI.StartsWith("http:"))
|
||||
if (destination.ServerURI != null && destination.ServerURI != string.Empty && !destination.ServerURI.StartsWith("http:"))
|
||||
uri = "http://" + destination.ServerURI + AgentPath() + aCircuit.AgentID + "/";
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user