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 8cfc4d4..a39d860 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -2253,7 +2253,7 @@ namespace OpenSim.Framework
2253 { 2253 {
2254 lock (m_syncRoot) 2254 lock (m_syncRoot)
2255 { 2255 {
2256 m_lowQueue.Enqueue(data); 2256 q.Enqueue(data);
2257 m_s.WaitOne(0); 2257 m_s.WaitOne(0);
2258 m_s.Release(); 2258 m_s.Release();
2259 } 2259 }