fix wrong locking on unused path it case it does get uses. Thanks LaNani Sundara
parent
086eb28a91
commit
9ea49d107d
|
@ -485,7 +485,7 @@ namespace OpenSim.Framework
|
|||
try {}
|
||||
finally
|
||||
{
|
||||
rwLock.EnterUpgradeableReadLock();
|
||||
rwLock.EnterWriteLock();
|
||||
gotWriteLock = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue