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

neil_a_wilson
09.49.2006 c03717f2fd724bf98a9768a04783c21f01d5b586
opends/src/server/org/opends/server/tools/LDAPCompare.java
@@ -538,7 +538,10 @@
        catch (ParseException e)
        {
          assert debugException(CLASS_NAME, "main", e);
          attributeVal = remainder.getBytes();
          int msgID = MSGID_COMPARE_CANNOT_BASE64_DECODE_ASSERTION_VALUE;
          err.println(getMessage(msgID));
          return 1;
        }
      } else if(nextChar == '<')
      {