* Fiddles with some login network code to attempt to fix login bug.
parent
27e7f0fa35
commit
3fdafc53bd
|
@ -271,7 +271,8 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||||
string capsPath = CapsUtil.GetRandomCapsObjectPath();
|
string capsPath = CapsUtil.GetRandomCapsObjectPath();
|
||||||
|
|
||||||
// For NAT
|
// For NAT
|
||||||
string host = NetworkUtil.GetHostFor(remoteClient.Address, regionInfo.ServerIP);
|
//string host = NetworkUtil.GetHostFor(remoteClient.Address, regionInfo.ServerIP);
|
||||||
|
string host = response.SimAddress;
|
||||||
// TODO: This doesnt support SSL. -Adam
|
// TODO: This doesnt support SSL. -Adam
|
||||||
string serverURI = "http://" + host + ":" + regionInfo.ServerPort;
|
string serverURI = "http://" + host + ":" + regionInfo.ServerPort;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue