mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
address ITS#4128; please review
This commit is contained in:
parent
9c056f95fe
commit
217489bd90
@ -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 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user