From 73d36ebc860d6a120e2fcd6fd3da881f3ee7ffd1 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 19 Apr 1999 11:00:19 +0000 Subject: [PATCH] initialize event before stat.c because of memory pools goop --- src/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.47.2