diff options
author | Diva Canto | 2010-08-15 18:13:09 -0700 |
---|---|---|
committer | Diva Canto | 2010-08-15 18:14:45 -0700 |
commit | cd4a19cbb673680a118cd81ce7a8689a83485842 (patch) | |
tree | 4a2586a6612e5b3d1629b9e4353664f701510f70 | |
parent | Addresses mantis #4929. Agent was being logged off the grid too soon -- thing... (diff) | |
download | opensim-SC_OLD-cd4a19cbb673680a118cd81ce7a8689a83485842.zip opensim-SC_OLD-cd4a19cbb673680a118cd81ce7a8689a83485842.tar.gz opensim-SC_OLD-cd4a19cbb673680a118cd81ce7a8689a83485842.tar.bz2 opensim-SC_OLD-cd4a19cbb673680a118cd81ce7a8689a83485842.tar.xz |
Better comment (related to previous commit)
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs index d49d18d..1ac7508 100644 --- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs +++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs | |||
@@ -160,7 +160,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer | |||
160 | string userAgentDriver = agentCircuit.ServiceURLs["HomeURI"].ToString(); | 160 | string userAgentDriver = agentCircuit.ServiceURLs["HomeURI"].ToString(); |
161 | IUserAgentService connector = new UserAgentServiceConnector(userAgentDriver); | 161 | IUserAgentService connector = new UserAgentServiceConnector(userAgentDriver); |
162 | bool success = connector.LoginAgentToGrid(agentCircuit, reg, finalDestination, out reason); | 162 | bool success = connector.LoginAgentToGrid(agentCircuit, reg, finalDestination, out reason); |
163 | logout = success; | 163 | logout = success; // flag for later logout from this grid; this is an HG TP |
164 | 164 | ||
165 | return success; | 165 | return success; |
166 | } | 166 | } |