From: wessels <> Date: Mon, 19 Apr 1999 11:00:19 +0000 (+0000) Subject: initialize event before stat.c because of memory pools goop X-Git-Tag: SQUID_3_0_PRE1~2262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d36ebc860d6a120e2fcd6fd3da881f3ee7ffd1;p=thirdparty%2Fsquid.git initialize event before stat.c because of memory pools goop --- diff --git a/src/main.cc b/src/main.cc index 06a692572c..d100478b34 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.293 1999/04/19 04:45:05 wessels Exp $ + * $Id: main.cc,v 1.294 1999/04/19 05:00:19 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -460,6 +460,7 @@ mainInitialize(void) unlinkdInit(); urlInitialize(); cachemgrInit(); + eventInit(); /* eventInit() before statInit() */ statInit(); storeInit(); mainSetCwd(); @@ -467,7 +468,6 @@ mainInitialize(void) do_mallinfo = 1; mimeInit(Config.mimeTablePathname); pconnInit(); - eventInit(); refreshInit(); #if DELAY_POOLS delayPoolsInit();