mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Fiddles with some login network code to attempt to fix login bug.
This commit is contained in:
@@ -271,7 +271,8 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
string capsPath = CapsUtil.GetRandomCapsObjectPath();
|
||||
|
||||
// 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
|
||||
string serverURI = "http://" + host + ":" + regionInfo.ServerPort;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user