aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs
diff options
context:
space:
mode:
authorMW2007-10-05 11:40:30 +0000
committerMW2007-10-05 11:40:30 +0000
commit710b8375a98cf4dd96342eabc2eaaccc2fbd46f2 (patch)
tree4d6777043904f2226b08917a4051760331aadd00 /OpenSim/Region/Communications/Local/LocalLoginService.cs
parent* UserProfileData meets code conventions (diff)
downloadopensim-SC_OLD-710b8375a98cf4dd96342eabc2eaaccc2fbd46f2.zip
opensim-SC_OLD-710b8375a98cf4dd96342eabc2eaaccc2fbd46f2.tar.gz
opensim-SC_OLD-710b8375a98cf4dd96342eabc2eaaccc2fbd46f2.tar.bz2
opensim-SC_OLD-710b8375a98cf4dd96342eabc2eaaccc2fbd46f2.tar.xz
Some tiny refactoring
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalLoginService.cs')
-rw-r--r--OpenSim/Region/Communications/Local/LocalLoginService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs
index 23cab48..f2148ca 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -95,6 +95,7 @@ namespace OpenSim.Region.Communications.Local
95 response.SimPort = (Int32)reg.ExternalEndPoint.Port; 95 response.SimPort = (Int32)reg.ExternalEndPoint.Port;
96 response.RegionX = reg.RegionLocX; 96 response.RegionX = reg.RegionLocX;
97 response.RegionY = reg.RegionLocY; 97 response.RegionY = reg.RegionLocY;
98
98 99
99 response.SeedCapability = "http://" + reg.ExternalHostName + ":" + this.serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/"; 100 response.SeedCapability = "http://" + reg.ExternalHostName + ":" + this.serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/";
100 // response.SeedCapability = "http://" + reg.ExternalHostName + ":" + this.serversInfo.HttpListenerPort.ToString() + "/CapsSeed/" + capsPath + "0000/"; 101 // response.SeedCapability = "http://" + reg.ExternalHostName + ":" + this.serversInfo.HttpListenerPort.ToString() + "/CapsSeed/" + capsPath + "0000/";