mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Bug fix for making cross-grid login work.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user