mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Forgot a line in the previous commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user