* Fixed compile issue.
parent
c93f7188c7
commit
3a5ae43d5e
|
@ -160,12 +160,13 @@ namespace OpenSim.Framework.UserManagement
|
||||||
}
|
}
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
return response;
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
m_loginMutex.ReleaseMutex();
|
m_loginMutex.ReleaseMutex();
|
||||||
}
|
}
|
||||||
return response;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue