mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
error out if modify_delete_vindex() fails (ITS#5343)
This commit is contained in:
parent
3b02cd32ba
commit
1af03ee2c7
1 changed files with 1 additions and 0 deletions
|
|
@ -4705,6 +4705,7 @@ config_modify_internal( CfEntryInfo *ce, Operation *op, SlapReply *rs,
|
|||
rc = modify_delete_vindex(e, &ml->sml_mod,
|
||||
get_permissiveModify(op),
|
||||
&rs->sr_text, ca->cr_msg, sizeof(ca->cr_msg), idx );
|
||||
if ( rc ) goto out_noop;
|
||||
if ( ml->sml_op == LDAP_MOD_REPLACE ) {
|
||||
ml->sml_values = vals;
|
||||
ml->sml_nvalues = nvals;
|
||||
|
|
|
|||
Loading…
Reference in a new issue