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

ctissot
20.55.2007 c2beb1994315ebd33bbdd186a3c97d62a194a9ec
opends/src/dsml/org/opends/dsml/protocol/DSMLDeleteOperation.java
@@ -36,6 +36,7 @@
import org.opends.server.protocols.ldap.LDAPMessage;
import org.opends.server.protocols.ldap.ProtocolOp;
import org.opends.server.tools.LDAPConnection;
import org.opends.server.types.DN;
import org.opends.server.types.LDAPException;
@@ -107,6 +108,12 @@
    code.setCode(resultCode);
    delResponse.setResultCode(code);
    // set the match DN
    DN dn = delOp.getMatchedDN();
    if ( dn != null ) {
      delResponse.setMatchedDN(dn.toString());
    }
    return delResponse;
  }