diff options
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginService.cs')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginService.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs index 335c7e7..1749836 100644 --- a/OpenSim/Services/LLLoginService/LLLoginService.cs +++ b/OpenSim/Services/LLLoginService/LLLoginService.cs | |||
@@ -593,6 +593,7 @@ namespace OpenSim.Services.LLLoginService | |||
593 | 593 | ||
594 | private GridRegion FindForeignRegion(string domainName, uint port, string regionName, out GridRegion gatekeeper) | 594 | private GridRegion FindForeignRegion(string domainName, uint port, string regionName, out GridRegion gatekeeper) |
595 | { | 595 | { |
596 | m_log.Debug("[LLLOGIN SERVICE]: attempting to findforeignregion " + domainName + ":" + port.ToString() + ":" + regionName); | ||
596 | gatekeeper = new GridRegion(); | 597 | gatekeeper = new GridRegion(); |
597 | gatekeeper.ExternalHostName = domainName; | 598 | gatekeeper.ExternalHostName = domainName; |
598 | gatekeeper.HttpPort = port; | 599 | gatekeeper.HttpPort = port; |
@@ -658,11 +659,9 @@ namespace OpenSim.Services.LLLoginService | |||
658 | gatekeeper = new GridRegion(destination); | 659 | gatekeeper = new GridRegion(destination); |
659 | gatekeeper.ExternalHostName = hostName; | 660 | gatekeeper.ExternalHostName = hostName; |
660 | gatekeeper.HttpPort = (uint)port; | 661 | gatekeeper.HttpPort = (uint)port; |
661 | 662 | gatekeeper.ServerURI = m_GatekeeperURL; | |
662 | } | ||
663 | else // login to foreign grid | ||
664 | { | ||
665 | } | 663 | } |
664 | m_log.Debug("[LLLOGIN SERVICE]: no gatekeeper detected..... using " + m_GatekeeperURL); | ||
666 | } | 665 | } |
667 | 666 | ||
668 | bool success = false; | 667 | bool success = false; |