Making initialized an instance variable again. My last commit wrote over justin's r8383, for some strange reason.

0.6.3-post-fixes
diva 2009-02-14 16:56:37 +00:00
parent 217ffee8cb
commit 5655233ad0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace OpenSim.Region.CoreModules.Communications.REST
{ {
public class RESTInterregionComms : IRegionModule, IInterregionCommsOut 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); private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
protected bool m_enabled = false; protected bool m_enabled = false;