From 10d923dbeaa3eac8d085ab14bb8fab4a71e1fd29 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Tue, 11 Aug 2009 16:47:36 -0700 Subject: Fixes a race condition in EQ processing that was making EQs pop up again upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet. --- .../Framework/Scenes/SceneCommunicationService.cs | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs') diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index 4f2b6ec..0140faa 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs @@ -1319,17 +1319,17 @@ namespace OpenSim.Region.Framework.Scenes return m_commsProvider.GridService.RequestNamedRegions(name, maxNumber); } -// private void Dump(string msg, List handles) -// { -// m_log.Info"-------------- HANDLE DUMP ({0}) ---------", msg); -// foreach (ulong handle in handles) -// { -// uint x, y; -// Utils.LongToUInts(handle, out x, out y); -// x = x / Constants.RegionSize; -// y = y / Constants.RegionSize; -// m_log.Info("({0}, {1})", x, y); -// } -// } + //private void Dump(string msg, List handles) + //{ + // m_log.InfoFormat("-------------- HANDLE DUMP ({0}) ---------", msg); + // foreach (ulong handle in handles) + // { + // uint x, y; + // Utils.LongToUInts(handle, out x, out y); + // x = x / Constants.RegionSize; + // y = y / Constants.RegionSize; + // m_log.InfoFormat("({0}, {1})", x, y); + // } + //} } } -- cgit v1.1