Merge branch 'master' of git://opensimulator.org/git/opensim

TeleportWork
Dan Lake 2013-07-18 02:28:36 -07:00
commit ae997fffee
1 changed files with 1 additions and 1 deletions

View File

@ -2255,7 +2255,7 @@ namespace OpenSim.Framework
{
lock (m_syncRoot)
{
m_lowQueue.Enqueue(data);
q.Enqueue(data);
m_s.WaitOne(0);
m_s.Release();
}