mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#9355 Propagate errors from overlay_entry_get_ov
This commit is contained in:
parent
62ecd38bc4
commit
1b8e6b944b
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user