]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
protect delayPoolsInit call
authorwessels <>
Fri, 31 Jul 1998 08:40:29 +0000 (08:40 +0000)
committerwessels <>
Fri, 31 Jul 1998 08:40:29 +0000 (08:40 +0000)
src/main.cc

index c65c8546dd83a8011412fd00538a505935fca0ea..a998287ac6a527ab15220f9375d9fc141ae8197d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: main.cc,v 1.264 1998/07/31 00:15:47 wessels Exp $
+ * $Id: main.cc,v 1.265 1998/07/31 02:40:29 wessels Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -434,7 +434,9 @@ mainInitialize(void)
        pconnInit();
        eventInit();
        refreshInit();
+#if DELAY_POOLS
        delayPoolsInit();
+#endif
     }
     serverConnectionsOpen();
     if (theOutIcpConnection >= 0 && (!Config2.Accel.on || Config.onoff.accel_with_proxy))