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

neil_a_wilson
21.20.2006 31081cada272e5cc1a5bba657c5c5a54119104bf
Fix a potential null pointer exception in JMXAlertHandler.invoke().

OpenDS Issue Number: 691
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/extensions/JMXAlertHandler.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/JMXAlertHandler.java
@@ -380,7 +380,7 @@
    int    msgID   = MSGID_CONFIG_JMX_NO_METHOD;
    String message = getMessage(msgID, buffer.toString(),
                                configEntryDN.toString());
                                String.valueOf(configEntryDN));
    throw new MBeanException(new ConfigException(msgID, message));
  }