mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Making initialized an instance variable again. My last commit wrote over justin's r8383, for some strange reason.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user