From: wessels <> Date: Sun, 26 Jul 1998 00:25:44 +0000 (+0000) Subject: assertion fix X-Git-Tag: SQUID_3_0_PRE1~2969 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a5a8601ac54553ecc36bf5dc58874d471850faa;p=thirdparty%2Fsquid.git assertion fix --- diff --git a/src/main.cc b/src/main.cc index df71eaa606..bb6e6ea46e 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.262 1998/07/25 00:16:27 wessels Exp $ + * $Id: main.cc,v 1.263 1998/07/25 18:25:44 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -287,7 +287,7 @@ serverConnectionsOpen(void) void serverConnectionsClose(void) { - assert(shutting_down); + assert(shutting_down || reconfiguring); clientHttpConnectionsClose(); icpConnectionShutdown(); #if USE_HTCP