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

Jean-Noël Rouvignac
29.51.2015 4baece95779dd46a3a59d59d1b7aa5958cf6117d
opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPCompare.java
@@ -224,7 +224,7 @@
          throws IOException, LDAPException
  {
    ArrayList<Control> controls = compareOptions.getControls();
    ByteString dnOctetStr = ByteString.valueOf(line);
    ByteString dnOctetStr = ByteString.valueOfUtf8(line);
    ByteString attrValOctetStr = ByteString.wrap(attributeVal);
    ProtocolOp protocolOp = new CompareRequestProtocolOp(dnOctetStr,