mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix compare op
This commit is contained in:
parent
d36099aa62
commit
450f352ec1
1 changed files with 1 additions and 0 deletions
|
|
@ -1762,6 +1762,7 @@ syncprov_op_compare( Operation *op, SlapReply *rs )
|
|||
|
||||
a.a_vals = si->si_ctxcsn;
|
||||
a.a_nvals = a.a_vals;
|
||||
a.a_numvals = si->si_numcsns;
|
||||
|
||||
rs->sr_err = access_allowed( op, &e, op->oq_compare.rs_ava->aa_desc,
|
||||
&op->oq_compare.rs_ava->aa_value, ACL_COMPARE, NULL );
|
||||
|
|
|
|||
Loading…
Reference in a new issue