The proposed patch isn't correct as it's defining a new variable in a context external to
the one where the variable is uninitialized. So, the unitialized variable remains
uninitialized. The correct patch is below.
*******************************************************************
--- worker.c.org 2007-12-03 23:06:05.000000000 +0100
+++ worker.c 2009-06-10 13:51:59.000000000 +0200
@@ -352,6 +352,7 @@
time_t now;
time_t lastcheck;
+ lastcheck = time(NULL);
POOL_LEV_DPRINTF(4, ("Let's %s again...", WAITFN));
if (mi_stop() != MILTER_CONT)
*******************************************************************
--
---------------------------------------------------------------
Jose Marcio MARTINS DA CRUZ http://j-chkmail.ensmp.fr
Ecole des Mines de Paris
60, bd Saint Michel 75272 - PARIS CEDEX 06
mailto:[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]