From bcd7593dfbd7ed3a2436b0eb0a1c7e2577d6b7ea Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Tue, 27 Oct 2009 10:07:35 -0700 Subject: Forgot a line in the previous commit --- OpenSim/Region/Framework/Scenes/Scene.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim') diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 42051d0..3c23c74 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -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 -- cgit v1.1