duhhh silly change things after doing a copypaste

This commit is contained in:
UbitUmarov
2020-08-17 14:49:09 +01:00
parent 767c21b6e4
commit 8939c81297

View File

@@ -361,7 +361,7 @@ namespace OpenSim.Framework
finally
{
if (gotLock)
m_rwLock.EnterUpgradeableReadLock();
m_rwLock.ExitUpgradeableReadLock();
}
return success;