aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/DoubleDictionaryThreadAbortSafe.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/DoubleDictionaryThreadAbortSafe.cs b/OpenSim/Framework/DoubleDictionaryThreadAbortSafe.cs
index 55ec13e..fe20767 100644
--- a/OpenSim/Framework/DoubleDictionaryThreadAbortSafe.cs
+++ b/OpenSim/Framework/DoubleDictionaryThreadAbortSafe.cs
@@ -485,7 +485,7 @@ namespace OpenSim.Framework
485 try {} 485 try {}
486 finally 486 finally
487 { 487 {
488 rwLock.EnterUpgradeableReadLock(); 488 rwLock.EnterWriteLock();
489 gotWriteLock = true; 489 gotWriteLock = true;
490 } 490 }
491 491