* Fiddles with some login network code to attempt to fix login bug.

This commit is contained in:
Adam Frisby
2009-05-26 00:53:49 +00:00
parent 27e7f0fa35
commit 3fdafc53bd

View File

@@ -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;