aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs
index e24d858..450bada 100644
--- a/OpenSim/Framework/Communications/LoginService.cs
+++ b/OpenSim/Framework/Communications/LoginService.cs
@@ -160,12 +160,13 @@ namespace OpenSim.Framework.UserManagement
160 } 160 }
161 //} 161 //}
162 } 162 }
163 return response;
163 } 164 }
164 finally 165 finally
165 { 166 {
166 m_loginMutex.ReleaseMutex(); 167 m_loginMutex.ReleaseMutex();
167 } 168 }
168 return response; 169 return null;
169 } 170 }
170 171
171 /// <summary> 172 /// <summary>