aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/LocalLoginService.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs
index 3eac7e9..6f12601 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -159,7 +159,11 @@ namespace OpenSim.Region.Communications.Local
159 159
160 response.SeedCapability = "http://" + reg.ExternalHostName + ":" + 160 response.SeedCapability = "http://" + reg.ExternalHostName + ":" +
161 serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/"; 161 serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/";
162 // response.SeedCapability = "http://" + reg.ExternalHostName + ":" + this.serversInfo.HttpListenerPort.ToString() + "/CapsSeed/" + capsPath + "0000/"; 162
163 m_log.DebugFormat(
164 "[CAPS]: Sending new CAPS seed url {0} to client {1}",
165 response.SeedCapability, response.AgentID);
166
163 theUser.currentAgent.currentRegion = reg.RegionID; 167 theUser.currentAgent.currentRegion = reg.RegionID;
164 theUser.currentAgent.currentHandle = reg.RegionHandle; 168 theUser.currentAgent.currentHandle = reg.RegionHandle;
165 169