mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#9355 Propagate errors from overlay_entry_get_ov
This commit is contained in:
parent
584858eb27
commit
643123d043
1 changed files with 3 additions and 0 deletions
|
|
@ -2259,7 +2259,10 @@ syncrepl_op_modify( Operation *op, SlapReply *rs )
|
|||
match = 1;
|
||||
}
|
||||
overlay_entry_release_ov( op, e, 0, on );
|
||||
} else {
|
||||
return SLAP_CB_CONTINUE;
|
||||
}
|
||||
|
||||
/* equal? Should never happen */
|
||||
if ( match == 0 ) {
|
||||
slap_graduate_commit_csn( op );
|
||||
|
|
|
|||
Loading…
Reference in a new issue