aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-05 16:30:35 +0000
committerJustin Clarke Casey2009-01-05 16:30:35 +0000
commit0b8d22ab544910a2b9b89b4bee2926a90b0da63f (patch)
treeb409ffaa85bfc48a369669854a1ff4493cc8829f /OpenSim/Grid/UserServer/UserLoginService.cs
parentchange the drop order to see if this affects unit test fails (diff)
downloadopensim-SC_OLD-0b8d22ab544910a2b9b89b4bee2926a90b0da63f.zip
opensim-SC_OLD-0b8d22ab544910a2b9b89b4bee2926a90b0da63f.tar.gz
opensim-SC_OLD-0b8d22ab544910a2b9b89b4bee2926a90b0da63f.tar.bz2
opensim-SC_OLD-0b8d22ab544910a2b9b89b4bee2926a90b0da63f.tar.xz
* Check in login service tests beachhead
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/UserServer/UserLoginService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs
index de0099f..1ba817d 100644
--- a/OpenSim/Grid/UserServer/UserLoginService.cs
+++ b/OpenSim/Grid/UserServer/UserLoginService.cs
@@ -316,6 +316,7 @@ namespace OpenSim.Grid.UserServer
316 m_log.InfoFormat( 316 m_log.InfoFormat(
317 "[LOGIN]: Telling {0} @ {1},{2} ({3}) to prepare for client connection", 317 "[LOGIN]: Telling {0} @ {1},{2} ({3}) to prepare for client connection",
318 regionInfo.regionName, response.RegionX, response.RegionY, regionInfo.httpServerURI); 318 regionInfo.regionName, response.RegionX, response.RegionY, regionInfo.httpServerURI);
319
319 // Update agent with target sim 320 // Update agent with target sim
320 user.CurrentAgent.Region = regionInfo.UUID; 321 user.CurrentAgent.Region = regionInfo.UUID;
321 user.CurrentAgent.Handle = regionInfo.regionHandle; 322 user.CurrentAgent.Handle = regionInfo.regionHandle;