diff options
author | Homer Horwitz | 2008-12-11 19:57:45 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-12-11 19:57:45 +0000 |
commit | 51427bae9f3c73d516b607466cd4fe0368e0df27 (patch) | |
tree | 6dded8250f58675747829cce7aad031a2065b164 | |
parent | * Add create folder userinfo test (diff) | |
download | opensim-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.
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 2 |
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/"; |