Skip to content
Snippets Groups Projects
Commit 729b49e2 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

As an overlay, always return SLAP_CB_CONTINUE

parent 5b3ce2a1
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ static int sock_over_op(
rc = sockfuncs[which]( op, rs );
op->o_bd->be_private = private;
op->o_callback = cb.sc_next;
return rc;
return SLAP_CB_CONTINUE;
}
static int
......
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