mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
error out if modify_delete_vindex() fails (ITS#5343)
This commit is contained in:
parent
3b02cd32ba
commit
1af03ee2c7
@ -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 New Issue
Block a user