aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications
diff options
context:
space:
mode:
authorMW2008-02-16 11:55:09 +0000
committerMW2008-02-16 11:55:09 +0000
commit694dff3b7007760039c9eea95fe9b1a89df68432 (patch)
treee4bd10fd3657dbbaea025b7ebe99e1d8030c7507 /OpenSim/Region/Communications
parentUpdate svn properties. (diff)
downloadopensim-SC_OLD-694dff3b7007760039c9eea95fe9b1a89df68432.zip
opensim-SC_OLD-694dff3b7007760039c9eea95fe9b1a89df68432.tar.gz
opensim-SC_OLD-694dff3b7007760039c9eea95fe9b1a89df68432.tar.bz2
opensim-SC_OLD-694dff3b7007760039c9eea95fe9b1a89df68432.tar.xz
Some changes to remove some of the direct calls to CommsManager from Scene, so that they now go through the SceneCommunicationService. As a small step towards the day we can kill the CommsManager (YAY!)
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r--OpenSim/Region/Communications/Local/LocalLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs
index 53748ab..e6a9621 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -138,7 +138,7 @@ namespace OpenSim.Region.Communications.Local
138 response.SimAddress = reg.ExternalEndPoint.Address.ToString(); 138 response.SimAddress = reg.ExternalEndPoint.Address.ToString();
139 response.SimPort = (uint) reg.ExternalEndPoint.Port; 139 response.SimPort = (uint) reg.ExternalEndPoint.Port;
140 response.RegionX = reg.RegionLocX; 140 response.RegionX = reg.RegionLocX;
141 response.RegionY = reg.RegionLocY; 141 response.RegionY = reg.RegionLocY ;
142 142
143 response.SeedCapability = "http://" + reg.ExternalHostName + ":" + 143 response.SeedCapability = "http://" + reg.ExternalHostName + ":" +
144 serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/"; 144 serversInfo.HttpListenerPort.ToString() + "/CAPS/" + capsPath + "0000/";