mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
16.31.2007 07d2e7628aa75f73183fddd9fa613adf54cb9fcc
opends/src/server/org/opends/server/extensions/JMXAlertHandler.java
@@ -166,8 +166,11 @@
      }
    }
    configuration.addChangeListener(this);
    currentConfig = configuration;
    if (configuration != null)
    {
      configuration.addChangeListener(this);
      currentConfig = configuration;
    }
  }