From 3a5ae43d5ed7e3379452099e0ddeefe002358e19 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 9 Nov 2007 02:13:07 +0000 Subject: * Fixed compile issue. --- OpenSim/Framework/Communications/LoginService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/LoginService.cs') 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 } //} } + return response; } finally { m_loginMutex.ReleaseMutex(); } - return response; + return null; } /// -- cgit v1.1