]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
assertion fix
authorwessels <>
Sun, 26 Jul 1998 00:25:44 +0000 (00:25 +0000)
committerwessels <>
Sun, 26 Jul 1998 00:25:44 +0000 (00:25 +0000)
src/main.cc

index df71eaa606c786260a44c4c117ea264101eb6800..bb6e6ea46e8cfa1f8a6a4f464da33790c7d45fa8 100644 (file)
@@ -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