diff options
author | Justin Clarke Casey | 2009-01-05 17:38:39 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-05 17:38:39 +0000 |
commit | 04ffcce7ea4fd303cd05e31aa8ece999c17f45b0 (patch) | |
tree | 74196c15e8c716d3361cce6343eb1c7a48338c5d /OpenSim/Grid/UserServer/UserLoginService.cs | |
parent | * Check in login service tests beachhead (diff) | |
download | opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.zip opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.gz opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.bz2 opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.xz |
* Extend stub to test the successful login of a user on the local login service
* Test does not do authentication
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 1ba817d..4819337 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -320,6 +320,7 @@ namespace OpenSim.Grid.UserServer | |||
320 | // Update agent with target sim | 320 | // Update agent with target sim |
321 | user.CurrentAgent.Region = regionInfo.UUID; | 321 | user.CurrentAgent.Region = regionInfo.UUID; |
322 | user.CurrentAgent.Handle = regionInfo.regionHandle; | 322 | user.CurrentAgent.Handle = regionInfo.regionHandle; |
323 | |||
323 | // Prepare notification | 324 | // Prepare notification |
324 | Hashtable loginParams = new Hashtable(); | 325 | Hashtable loginParams = new Hashtable(); |
325 | loginParams["session_id"] = user.CurrentAgent.SessionID.ToString(); | 326 | loginParams["session_id"] = user.CurrentAgent.SessionID.ToString(); |