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

neil_a_wilson
28.01.2007 d3a10338d643cf04e89e577ba496c547e0bf7516
opends/src/server/org/opends/server/protocols/jmx/JmxConnectionHandler.java
@@ -1062,9 +1062,9 @@
      if (certNameAttr == null)
      {
        //
        // This is fine -- we'll just use the default.
        // This is fine -- we'll just let the server pick one.
        certNameAttr = new StringConfigAttribute(ATTR_SSL_CERT_NICKNAME,
            getMessage(msgID), false, false, false, DEFAULT_SSL_CERT_NICKNAME);
            getMessage(msgID), false, false, false, (String) null);
      }
      return certNameAttr;
    }