]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 9 Nov 2006 06:47:47 +0000 (06:47 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 9 Nov 2006 06:47:47 +0000 (06:47 +0000)
servers/slapd/connection.c

index f117fdd058dcba742279bc13b827589525069119..de20a07a86992057119cdf808fe78dee002f5961 100644 (file)
@@ -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 );