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

neil_a_wilson
31.23.2006 65e6ca16b1fb6d84a4e567ca18dc5601730469e8
opends/src/server/org/opends/server/tools/LDAPCompare.java
@@ -512,6 +512,14 @@
      dnStrings.add(s);
    }
    // If no DNs were provided, then exit with an error.
    if (dnStrings.isEmpty())
    {
      int msgID = MSGID_LDAPCOMPARE_NO_DNS;
      err.println(getMessage(msgID));
      return 1;
    }
    // parse the attribute string
    int idx = attributeString.indexOf(":");
    if(idx == -1)