]> git.sur5r.net Git - openldap/commitdiff
ITS#2751 reset op->o_callback before returning
authorHoward Chu <hyc@openldap.org>
Sat, 11 Oct 2003 02:41:37 +0000 (02:41 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 11 Oct 2003 02:41:37 +0000 (02:41 +0000)
servers/slapd/backover.c

index bb13448a46acb76a465d4f954e32d54abe993679..ee3be9ccd00901540df984ca532b1e7db7862b03 100644 (file)
@@ -189,6 +189,7 @@ over_op_func(
                rc = LDAP_UNWILLING_TO_PERFORM;
        }
        op->o_bd = be;
+       op->o_callback = cb.sc_private;
        return rc;
 }