mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
fix wrong locking on unused path it case it does get uses. Thanks LaNani Sundara
This commit is contained in:
@@ -485,7 +485,7 @@ namespace OpenSim.Framework
|
||||
try {}
|
||||
finally
|
||||
{
|
||||
rwLock.EnterUpgradeableReadLock();
|
||||
rwLock.EnterWriteLock();
|
||||
gotWriteLock = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user