fix wrong locking on unused path it case it does get uses. Thanks LaNani Sundara

0.9.0-post-fixes
UbitUmarov 2017-05-13 15:58:35 +01:00
parent 086eb28a91
commit 9ea49d107d
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ namespace OpenSim.Framework
try {}
finally
{
rwLock.EnterUpgradeableReadLock();
rwLock.EnterWriteLock();
gotWriteLock = true;
}