aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 27100e6..6a15734 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -2255,7 +2255,7 @@ namespace OpenSim.Framework
2255 { 2255 {
2256 lock (m_syncRoot) 2256 lock (m_syncRoot)
2257 { 2257 {
2258 m_lowQueue.Enqueue(data); 2258 q.Enqueue(data);
2259 m_s.WaitOne(0); 2259 m_s.WaitOne(0);
2260 m_s.Release(); 2260 m_s.Release();
2261 } 2261 }