ITS#2751 reset op->o_callback before returning

This commit is contained in:
Howard Chu 2003-10-11 02:41:37 +00:00
parent b5b036d9fb
commit 1e89a1daee

View 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;
}