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

neil_a_wilson
16.31.2007 f2e967d7d3df9d1b712650a6c321741ad3c827a3
opendj-sdk/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;
    }
  }