Better comment (related to previous commit)

0.7.0.2-release
Diva Canto 2010-08-15 18:13:09 -07:00
parent 7421708ba1
commit cd4a19cbb6
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();
IUserAgentService connector = new UserAgentServiceConnector(userAgentDriver);
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;
}