aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local
diff options
context:
space:
mode:
authorHomer Horwitz2008-12-11 19:57:45 +0000
committerHomer Horwitz2008-12-11 19:57:45 +0000
commit51427bae9f3c73d516b607466cd4fe0368e0df27 (patch)
tree6dded8250f58675747829cce7aad031a2065b164 /OpenSim/Region/Communications/Local
parent* Add create folder userinfo test (diff)
downloadopensim-SC_OLD-51427bae9f3c73d516b607466cd4fe0368e0df27.zip
opensim-SC_OLD-51427bae9f3c73d516b607466cd4fe0368e0df27.tar.gz
opensim-SC_OLD-51427bae9f3c73d516b607466cd4fe0368e0df27.tar.bz2
opensim-SC_OLD-51427bae9f3c73d516b607466cd4fe0368e0df27.tar.xz
Correct the last checkin.
Diffstat (limited to 'OpenSim/Region/Communications/Local')
-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 7f16ec2..9b71efd 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -311,7 +311,7 @@ namespace OpenSim.Region.Communications.Local
311 } 311 }
312 else 312 else
313 { 313 {
314 seedcap = "http://" + regionInfo.ExternalEndPoint + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/"; 314 seedcap = "http://" + regionInfo.ExternalHostName + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/";
315 } 315 }
316 316
317 response.SeedCapability = seedcap; //regionInfo.ExternalEndPoint.Address.ToString() + ":" + regionInfo.HttpPort + "/CAPS/" + capsPath + "0000/"; 317 response.SeedCapability = seedcap; //regionInfo.ExternalEndPoint.Address.ToString() + ":" + regionInfo.HttpPort + "/CAPS/" + capsPath + "0000/";