]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Tue, 17 Oct 2006 19:45:55 +0000 (19:45 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 17 Oct 2006 19:45:55 +0000 (19:45 +0000)
servers/slapd/connection.c

index 3643713cc8d31096f2147b491c3493f0c2194830..2e6421cce53eeb6fe74b4fdda2393b1c21d0f96e 100644 (file)
@@ -863,7 +863,7 @@ connection_close( Connection *c )
                return;
 
        assert( c->c_struct_state == SLAP_C_USED );
-       assert( c->c_struct_state == SLAP_C_CLOSING );
+       assert( c->c_conn_state == SLAP_C_CLOSING );
 
        /* NOTE: c_mutex should be locked by caller */