diff options
author | Justin Clarke Casey | 2009-01-05 18:30:56 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-05 18:30:56 +0000 |
commit | fcab408cc49508efb85d612029dee271a88d13d0 (patch) | |
tree | 0d3f510b67f3b6e8fef1f355b1bb7ceace6c4deb /OpenSim/Region/Communications | |
parent | fixes mantis #2950 (diff) | |
download | opensim-SC_OLD-fcab408cc49508efb85d612029dee271a88d13d0.zip opensim-SC_OLD-fcab408cc49508efb85d612029dee271a88d13d0.tar.gz opensim-SC_OLD-fcab408cc49508efb85d612029dee271a88d13d0.tar.bz2 opensim-SC_OLD-fcab408cc49508efb85d612029dee271a88d13d0.tar.xz |
* Add seed cap check to login test
Diffstat (limited to 'OpenSim/Region/Communications')
-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 8aa88f7..e68398b 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs | |||
@@ -312,7 +312,7 @@ namespace OpenSim.Region.Communications.Local | |||
312 | seedcap = "http://" + regionInfo.ExternalHostName + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/"; | 312 | seedcap = "http://" + regionInfo.ExternalHostName + ":" + serversInfo.HttpListenerPort + "/CAPS/" + capsPath + "0000/"; |
313 | } | 313 | } |
314 | 314 | ||
315 | response.SeedCapability = seedcap; //regionInfo.ExternalEndPoint.Address.ToString() + ":" + regionInfo.HttpPort + "/CAPS/" + capsPath + "0000/"; | 315 | response.SeedCapability = seedcap; |
316 | 316 | ||
317 | // Notify the target of an incoming user | 317 | // Notify the target of an incoming user |
318 | m_log.InfoFormat( | 318 | m_log.InfoFormat( |