* Fixed compile issue.

afrisby
Adam Frisby 2007-11-09 02:13:07 +00:00
parent c93f7188c7
commit 3a5ae43d5e
1 changed files with 2 additions and 1 deletions

View File

@ -160,12 +160,13 @@ namespace OpenSim.Framework.UserManagement
}
//}
}
return response;
}
finally
{
m_loginMutex.ReleaseMutex();
}
return response;
return null;
}
/// <summary>