aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Modules/UserLoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/UserServer.Modules/UserLoginService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs
index 795efaa..8881e81 100644
--- a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs
+++ b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs
@@ -331,6 +331,7 @@ namespace OpenSim.Grid.UserServer.Modules
331 } 331 }
332 } 332 }
333 } 333 }
334
334 if (responseSuccess) 335 if (responseSuccess)
335 { 336 {
336 handlerUserLoggedInAtLocation = OnUserLoggedInAtLocation; 337 handlerUserLoggedInAtLocation = OnUserLoggedInAtLocation;