Skip to content
Snippets Groups Projects
Commit 1e89a1da authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2751 reset op->o_callback before returning

parent b5b036d9
Branches
Tags
No related merge requests found
......@@ -189,6 +189,7 @@ over_op_func(
rc = LDAP_UNWILLING_TO_PERFORM;
}
op->o_bd = be;
op->o_callback = cb.sc_private;
return rc;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment