aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/timer.c')
-rw-r--r--lib-src/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/timer.c b/lib-src/timer.c
index d49925fb139..51642813fe3 100644
--- a/lib-src/timer.c
+++ b/lib-src/timer.c
@@ -121,7 +121,7 @@ schedule (str)
121void 121void
122notify () 122notify ()
123{ 123{
124 time_t now, tdiff, waitfor; 124 time_t now, tdiff, waitfor = -1;
125 register struct event *ep; 125 register struct event *ep;
126 126
127 now = time ((time_t *) NULL); 127 now = time ((time_t *) NULL);