mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Fix ITS#4151 - set sasl_bind_in_progress in bind_cb
This commit is contained in:
parent
f0dac82597
commit
ee8bea214a
1 changed files with 2 additions and 0 deletions
|
|
@ -2004,6 +2004,8 @@ static int connection_bind_cb( Operation *op, SlapReply *rs )
|
|||
|
||||
ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
|
||||
op->o_conn->c_conn_state = SLAP_C_ACTIVE;
|
||||
op->o_conn->c_sasl_bind_in_progress =
|
||||
( rs->sr_err == LDAP_SASL_BIND_IN_PROGRESS );
|
||||
ldap_pvt_thread_mutex_unlock( &op->o_conn->c_mutex );
|
||||
|
||||
ch_free( cb );
|
||||
|
|
|
|||
Loading…
Reference in a new issue