diff options
author | Adam Frisby | 2009-05-26 00:53:49 +0000 |
---|---|---|
committer | Adam Frisby | 2009-05-26 00:53:49 +0000 |
commit | 3fdafc53bd18bafabdf2c416a1b883f7a5b71310 (patch) | |
tree | 77d8782805bbd27c2548c2c2b565b93c019528c9 /OpenSim/Grid | |
parent | Fixed a typo. (diff) | |
download | opensim-SC_OLD-3fdafc53bd18bafabdf2c416a1b883f7a5b71310.zip opensim-SC_OLD-3fdafc53bd18bafabdf2c416a1b883f7a5b71310.tar.gz opensim-SC_OLD-3fdafc53bd18bafabdf2c416a1b883f7a5b71310.tar.bz2 opensim-SC_OLD-3fdafc53bd18bafabdf2c416a1b883f7a5b71310.tar.xz |
* Fiddles with some login network code to attempt to fix login bug.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/UserServer.Modules/UserLoginService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
271 | string capsPath = CapsUtil.GetRandomCapsObjectPath(); | 271 | string capsPath = CapsUtil.GetRandomCapsObjectPath(); |
272 | 272 | ||
273 | // For NAT | 273 | // For NAT |
274 | string host = NetworkUtil.GetHostFor(remoteClient.Address, regionInfo.ServerIP); | 274 | //string host = NetworkUtil.GetHostFor(remoteClient.Address, regionInfo.ServerIP); |
275 | string host = response.SimAddress; | ||
275 | // TODO: This doesnt support SSL. -Adam | 276 | // TODO: This doesnt support SSL. -Adam |
276 | string serverURI = "http://" + host + ":" + regionInfo.ServerPort; | 277 | string serverURI = "http://" + host + ":" + regionInfo.ServerPort; |
277 | 278 | ||