mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 21:04:45 -05:00
fix previous commit (ITS#4465)
This commit is contained in:
parent
3aac54f089
commit
e21ec88c88
1 changed files with 1 additions and 1 deletions
|
|
@ -2118,7 +2118,7 @@ static void connection_op_queue( Operation *op )
|
|||
if (tag == LDAP_REQ_BIND) {
|
||||
slap_callback *sc = ch_calloc( 1, sizeof( slap_callback ));
|
||||
sc->sc_response = connection_bind_cb;
|
||||
sc->sc_response = connection_bind_cleanup_cb;
|
||||
sc->sc_cleanup = connection_bind_cleanup_cb;
|
||||
sc->sc_next = op->o_callback;
|
||||
op->o_callback = sc;
|
||||
op->o_conn->c_conn_state = SLAP_C_BINDING;
|
||||
|
|
|
|||
Loading…
Reference in a new issue