mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix prev commit, leave callback stack alone in compare()
This commit is contained in:
parent
ee41994407
commit
dba1b54b47
@ -554,7 +554,6 @@ static int translucent_compare(Operation *op, SlapReply *rs) {
|
|||||||
*/
|
*/
|
||||||
db = op->o_bd;
|
db = op->o_bd;
|
||||||
op->o_bd = &ov->db;
|
op->o_bd = &ov->db;
|
||||||
op->o_callback = NULL;
|
|
||||||
rc = ov->db.bd_info->bi_op_compare(op, rs);
|
rc = ov->db.bd_info->bi_op_compare(op, rs);
|
||||||
op->o_bd = db;
|
op->o_bd = db;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user