mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Fix typo in prev commit
This commit is contained in:
parent
64a2dbf9d4
commit
47793aa3c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1755,7 +1755,7 @@ static int connection_bind_cleanup_cb( Operation *op, SlapReply *rs )
|
|||
static int connection_bind_cb( Operation *op, SlapReply *rs )
|
||||
{
|
||||
ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
|
||||
if ( op->o_cnn->c_conn_state == SLAP_C_BINDING )
|
||||
if ( op->o_conn->c_conn_state == SLAP_C_BINDING )
|
||||
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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue