mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* a bit of additional debugging:
This commit is contained in:
@@ -566,6 +566,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
|
||||
private GridRegion FindForeignRegion(string domainName, uint port, string regionName, out GridRegion gatekeeper)
|
||||
{
|
||||
m_log.Debug("attempting to findforeignregion " + domainName + ":" + port.ToString() + ":" + regionName);
|
||||
gatekeeper = new GridRegion();
|
||||
gatekeeper.ExternalHostName = domainName;
|
||||
gatekeeper.HttpPort = port;
|
||||
@@ -631,11 +632,9 @@ namespace OpenSim.Services.LLLoginService
|
||||
gatekeeper = new GridRegion(destination);
|
||||
gatekeeper.ExternalHostName = hostName;
|
||||
gatekeeper.HttpPort = (uint)port;
|
||||
|
||||
}
|
||||
else // login to foreign grid
|
||||
{
|
||||
gatekeeper.ServerURI = m_GatekeeperURL;
|
||||
}
|
||||
m_log.Debug("no gatekeeper detected..... using " + m_GatekeeperURL);
|
||||
}
|
||||
|
||||
bool success = false;
|
||||
|
||||
Reference in New Issue
Block a user