ITS#9355 Propagate errors from overlay_entry_get_ov

This commit is contained in:
Ondřej Kuzník 2020-09-23 08:17:56 +01:00 committed by Quanah Gibson-Mount
parent 584858eb27
commit 643123d043

View file

@ -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 );