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
parent 62ecd38bc4
commit 1b8e6b944b

View File

@ -2686,7 +2686,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 );