Forgot a line in the previous commit

0.6.8-post-fixes
John Hurliman 2009-10-27 10:07:35 -07:00
parent 3a1ee79ee4
commit bcd7593dfb
1 changed files with 2 additions and 0 deletions

View File

@ -4264,6 +4264,8 @@ namespace OpenSim.Region.Framework.Scenes
// FIXME: Asynchronous iteration is disabled until we have a threading model that
// can support calling this function from an async packet handler without
// potentially deadlocking
m_clientManager.ForEachSync(action);
//if (doAsynchronous)
// m_clientManager.ForEach(action);
//else