Bug fix for making cross-grid login work.

This commit is contained in:
Diva Canto
2010-01-30 16:09:40 -08:00
parent a0d79e621c
commit 1ab8458b1c
2 changed files with 7 additions and 2 deletions

View File

@@ -405,6 +405,7 @@ namespace OpenSim.Services.LLLoginService
gatekeeper.ExternalHostName = domainName;
gatekeeper.HttpPort = port;
gatekeeper.RegionName = regionName;
gatekeeper.InternalEndPoint = new IPEndPoint(IPAddress.Parse("0.0.0.0"), 0);
UUID regionID;
ulong handle;