From 5655233ad00baa37914bc8e9470ade69e92be1ef Mon Sep 17 00:00:00 2001 From: diva Date: Sat, 14 Feb 2009 16:56:37 +0000 Subject: Making initialized an instance variable again. My last commit wrote over justin's r8383, for some strange reason. --- OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs index bc98337..593d621 100644 --- a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs +++ b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs @@ -45,7 +45,7 @@ namespace OpenSim.Region.CoreModules.Communications.REST { public class RESTInterregionComms : IRegionModule, IInterregionCommsOut { - private static bool initialized = false; + private bool initialized = false; private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); protected bool m_enabled = false; -- cgit v1.1