mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Check opattrs add result
This commit is contained in:
parent
2c4b2b5566
commit
7c68de27c8
@ -791,7 +791,10 @@ static int ldif_back_add(Operation *op, SlapReply *rs) {
|
||||
char textbuf[SLAP_TEXT_BUFLEN];
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "ldif_back_add: \"%s\"\n", dn.bv_val, 0, 0);
|
||||
slap_add_opattrs( op, &rs->sr_text, textbuf, sizeof( textbuf ), 1 );
|
||||
|
||||
rs->sr_err = slap_add_opattrs( op,
|
||||
&rs->sr_text, textbuf, sizeof( textbuf ), 1 );
|
||||
if ( rs->sr_err != LDAP_SUCCESS ) goto send_res;
|
||||
|
||||
rs->sr_err = entry_schema_check(op, e, NULL, 0,
|
||||
&rs->sr_text, textbuf, sizeof( textbuf ) );
|
||||
|
Loading…
Reference in New Issue
Block a user