From: wessels <> Date: Thu, 23 Jul 1998 09:22:29 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~3001 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d3e1c151f66f201db9ce47f5b67530fe7722b6c;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/main.cc b/src/main.cc index e0b7f3d433..b81c512df2 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.259 1998/07/23 03:13:24 wessels Exp $ + * $Id: main.cc,v 1.260 1998/07/23 03:22:29 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -554,7 +554,8 @@ main(int argc, char **argv) wait); do_shutdown = 0; shutting_down = 1; - eventAdd("force_shutdown", force_shutdown, (double) (wait+1), 1); + eventAdd("force_shutdown", force_shutdown, + NULL, (double) (wait+1), 1); } eventRun(); if ((loop_delay = eventNextTime()) < 0)