mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Extend stub to test the successful login of a user on the local login service
* Test does not do authentication
This commit is contained in:
@@ -320,6 +320,7 @@ namespace OpenSim.Grid.UserServer
|
||||
// Update agent with target sim
|
||||
user.CurrentAgent.Region = regionInfo.UUID;
|
||||
user.CurrentAgent.Handle = regionInfo.regionHandle;
|
||||
|
||||
// Prepare notification
|
||||
Hashtable loginParams = new Hashtable();
|
||||
loginParams["session_id"] = user.CurrentAgent.SessionID.ToString();
|
||||
|
||||
Reference in New Issue
Block a user