mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix prev commit, leave callback stack alone in compare()
This commit is contained in:
parent
ee41994407
commit
dba1b54b47
1 changed files with 0 additions and 1 deletions
|
|
@ -554,7 +554,6 @@ static int translucent_compare(Operation *op, SlapReply *rs) {
|
|||
*/
|
||||
db = op->o_bd;
|
||||
op->o_bd = &ov->db;
|
||||
op->o_callback = NULL;
|
||||
rc = ov->db.bd_info->bi_op_compare(op, rs);
|
||||
op->o_bd = db;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue