From 9a3138cb55b7adf1f01e7322d8b5cdc0e2d228a2 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 17 Oct 2006 19:45:55 +0000 Subject: [PATCH] Fix typo in prev commit --- servers/slapd/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 3643713cc8..2e6421cce5 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -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 */ -- 2.39.5