As an overlay, always return SLAP_CB_CONTINUE

This commit is contained in:
Howard Chu 2011-02-03 21:34:45 +00:00
parent a4b92443b9
commit bef7970e8b

View file

@ -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