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

Jean-Noël Rouvignac
29.51.2015 4baece95779dd46a3a59d59d1b7aa5958cf6117d
opendj-server-legacy/src/dsml/org/opends/dsml/protocol/DSMLModifyOperation.java
@@ -123,7 +123,7 @@
    }
    ByteString dnStr = ByteString.valueOf(modifyRequest.getDn());
    ByteString dnStr = ByteString.valueOfUtf8(modifyRequest.getDn());
    // Create and send the LDAP request to the server.
    ProtocolOp op = new ModifyRequestProtocolOp(dnStr, modifications);