From 0d7e5d782e13e688e73c262b0c793fcc2c8c0683 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 31 Jul 1998 08:40:29 +0000 Subject: [PATCH] protect delayPoolsInit call --- src/main.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)) -- 2.47.3