mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
As an overlay, always return SLAP_CB_CONTINUE
This commit is contained in:
parent
a4b92443b9
commit
bef7970e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue