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

Chris Ridd
19.25.2012 475b62de777edb285f32607cd4501b9c9d551d63
opends/src/dsml/org/opends/dsml/protocol/DSMLCompareOperation.java
@@ -91,7 +91,8 @@
    // Read the attribute name and value for the compare request.
    AttributeValueAssertion attrValAssertion = compareRequest.getAssertion();
    String attrName = attrValAssertion.getName();
    ByteString attrValue = ByteString.valueOf(attrValAssertion.getValue());
    Object assertion = attrValAssertion.getValue();
    ByteString attrValue = ByteStringUtility.convertValue(assertion);
    ByteString dnStr = ByteString.valueOf(compareRequest.getDn());
    // Create and send the LDAP compare request to the server.