]> git.sur5r.net Git - openldap/commitdiff
address ITS#4128; please review
authorPierangelo Masarati <ando@openldap.org>
Mon, 31 Oct 2005 15:27:26 +0000 (15:27 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 31 Oct 2005 15:27:26 +0000 (15:27 +0000)
servers/slapd/back-ldif/ldif.c

index 0b566f5b750913be498d7a0273650e9454a4ad5a..83a180b4f077ef9f7c4b5d1702a680df480cf12d 100644 (file)
@@ -767,7 +767,8 @@ static int ldif_back_add(Operation *op, SlapReply *rs) {
        int statres;
        char textbuf[SLAP_TEXT_BUFLEN];
 
-       slap_add_opattrs( op, &rs->sr_text, textbuf, sizeof( textbuf ), 1 );
+       slap_add_opattrs( op, &rs->sr_text, textbuf, sizeof( textbuf ),
+               op->o_bd->be_pcl_mutexp != NULL ? 1 : 0 );
 
        rs->sr_err = entry_schema_check(op, e, NULL, 0,
                &rs->sr_text, textbuf, sizeof( textbuf ) );