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

index cd584378d68211f9b499fb7c1f15c0a5c83183d4..11c46eaddd0b9e9979958d5f7c9a5c9c469413ad 100644 (file)
@@ -1759,7 +1759,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 );