ITS#7123 Update the cached entry when handling compare too.

This commit is contained in:
Ondrej Kuznik 2012-01-11 12:46:14 +01:00 committed by Howard Chu
parent 42faa8393e
commit 19fda82e75

View file

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