mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#7123 Update the cached entry when handling compare too.
This commit is contained in:
parent
42faa8393e
commit
19fda82e75
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ monitor_back_compare( Operation *op, SlapReply *rs )
|
|||
return rs->sr_err;
|
||||
}
|
||||
|
||||
monitor_entry_update( op, rs, e );
|
||||
rs->sr_err = slap_compare_entry( op, e, op->orc_ava );
|
||||
rc = rs->sr_err;
|
||||
switch ( rc ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue