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

ITS#2751 additional fix

parent 1e89a1da
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,7 @@ over_op_func(
}
}
op->o_bd = be;
func = &oi->oi_bd.bd_info->bi_op_bind;
if ( func[which] && rc == SLAP_CB_CONTINUE ) {
rc = func[which]( op, rs );
......@@ -188,7 +189,6 @@ over_op_func(
if ( rc == SLAP_CB_CONTINUE ) {
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.
Finish editing this message first!
Please register or to comment