aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
diff options
context:
space:
mode:
authorDiva Canto2010-01-27 08:00:29 -0800
committerDiva Canto2010-01-27 08:00:29 -0800
commit7c00469cd210cfdda3dd835867469159d4c8b9d9 (patch)
tree11dc9aa7d60ce0067c44d37ec3a0638753441cb7 /OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
parentAdded image for hyperlink map tiles. (diff)
downloadopensim-SC_OLD-7c00469cd210cfdda3dd835867469159d4c8b9d9.zip
opensim-SC_OLD-7c00469cd210cfdda3dd835867469159d4c8b9d9.tar.gz
opensim-SC_OLD-7c00469cd210cfdda3dd835867469159d4c8b9d9.tar.bz2
opensim-SC_OLD-7c00469cd210cfdda3dd835867469159d4c8b9d9.tar.xz
Added ExternalName config on Gatekeeper.
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
index a1de57a..4d5844c 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/HGEntityTransferModule.cs
@@ -157,6 +157,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
157 if (security != null) 157 if (security != null)
158 security.SetEndPoint(sp.ControllingClient.SessionId, sp.ControllingClient.RemoteEndPoint); 158 security.SetEndPoint(sp.ControllingClient.SessionId, sp.ControllingClient.RemoteEndPoint);
159 159
160 //string token = sp.Scene.AuthenticationService.MakeToken(sp.UUID, reg.ExternalHostName + ":" + reg.HttpPort, 30);
160 // Log them out of this grid 161 // Log them out of this grid
161 sp.Scene.PresenceService.LogoutAgent(agentCircuit.SessionID, sp.AbsolutePosition, sp.Lookat); 162 sp.Scene.PresenceService.LogoutAgent(agentCircuit.SessionID, sp.AbsolutePosition, sp.Lookat);
162 163