aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authordiva2009-02-14 16:56:37 +0000
committerdiva2009-02-14 16:56:37 +0000
commit5655233ad00baa37914bc8e9470ade69e92be1ef (patch)
tree9c88fddf60f398bf2e9b37139351fd66282323c2 /OpenSim/Region
parentMoved RegionUp to REST/LocalComms. The original functionality has been entire... (diff)
downloadopensim-SC_OLD-5655233ad00baa37914bc8e9470ade69e92be1ef.zip
opensim-SC_OLD-5655233ad00baa37914bc8e9470ade69e92be1ef.tar.gz
opensim-SC_OLD-5655233ad00baa37914bc8e9470ade69e92be1ef.tar.bz2
opensim-SC_OLD-5655233ad00baa37914bc8e9470ade69e92be1ef.tar.xz
Making initialized an instance variable again. My last commit wrote over justin's r8383, for some strange reason.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs2
1 files changed, 1 insertions, 1 deletions
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
45{ 45{
46 public class RESTInterregionComms : IRegionModule, IInterregionCommsOut 46 public class RESTInterregionComms : IRegionModule, IInterregionCommsOut
47 { 47 {
48 private static bool initialized = false; 48 private bool initialized = false;
49 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 49 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
50 50
51 protected bool m_enabled = false; 51 protected bool m_enabled = false;