]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Thu, 23 Jul 1998 09:22:29 +0000 (09:22 +0000)
committerwessels <>
Thu, 23 Jul 1998 09:22:29 +0000 (09:22 +0000)
src/main.cc

index e0b7f3d43398ad85efce5d089a58ab46f6576b79..b81c512df294cdc7625ee3f31b33f4e2fa276e4f 100644 (file)
@@ -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)