Better comment (related to previous commit)

prebuild-update
Diva Canto 2010-08-15 18:13:09 -07:00
parent 5d29c0ec9d
commit a5044e08fb
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
string userAgentDriver = agentCircuit.ServiceURLs["HomeURI"].ToString(); string userAgentDriver = agentCircuit.ServiceURLs["HomeURI"].ToString();
IUserAgentService connector = new UserAgentServiceConnector(userAgentDriver); IUserAgentService connector = new UserAgentServiceConnector(userAgentDriver);
bool success = connector.LoginAgentToGrid(agentCircuit, reg, finalDestination, out reason); bool success = connector.LoginAgentToGrid(agentCircuit, reg, finalDestination, out reason);
logout = success; logout = success; // flag for later logout from this grid; this is an HG TP
return success; return success;
} }