mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9355 Propagate errors from overlay_entry_get_ov
This commit is contained in:
parent
62ecd38bc4
commit
1b8e6b944b
1 changed files with 3 additions and 0 deletions
|
|
@ -2686,7 +2686,10 @@ syncrepl_op_modify( Operation *op, SlapReply *rs )
|
||||||
match = 1;
|
match = 1;
|
||||||
}
|
}
|
||||||
overlay_entry_release_ov( op, e, 0, on );
|
overlay_entry_release_ov( op, e, 0, on );
|
||||||
|
} else {
|
||||||
|
return SLAP_CB_CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* equal? Should never happen */
|
/* equal? Should never happen */
|
||||||
if ( match == 0 ) {
|
if ( match == 0 ) {
|
||||||
slap_graduate_commit_csn( op );
|
slap_graduate_commit_csn( op );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue