]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit, leave callback stack alone in compare()
authorHoward Chu <hyc@openldap.org>
Thu, 29 Nov 2007 22:56:54 +0000 (22:56 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 29 Nov 2007 22:56:54 +0000 (22:56 +0000)
servers/slapd/overlays/translucent.c

index a525ce45e804a236c93d3634d7f5a49995deb0fe..e0d8895aa7a0b1404c167087cb15d31df2d1cb0a 100644 (file)
@@ -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;