From: wessels <> Date: Fri, 31 Jul 1998 08:40:29 +0000 (+0000) Subject: protect delayPoolsInit call X-Git-Tag: SQUID_3_0_PRE1~2947 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d7e5d782e13e688e73c262b0c793fcc2c8c0683;p=thirdparty%2Fsquid.git protect delayPoolsInit call --- diff --git a/src/main.cc b/src/main.cc index c65c8546dd..a998287ac6 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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))