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

0.6.6-post-fixes
Adam Frisby 2009-05-26 00:53:49 +00:00
parent 27e7f0fa35
commit 3fdafc53bd
1 changed files with 2 additions and 1 deletions

View File

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