From 3fdafc53bd18bafabdf2c416a1b883f7a5b71310 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 26 May 2009 00:53:49 +0000 Subject: * Fiddles with some login network code to attempt to fix login bug. --- OpenSim/Grid/UserServer.Modules/UserLoginService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Grid') diff --git a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs index bb03252..e7f556e 100644 --- a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs +++ b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs @@ -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; -- cgit v1.1