diff options
Diffstat (limited to 'lib-src/timer.c')
| -rw-r--r-- | lib-src/timer.c | 2 |
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) | |||
| 121 | void | 121 | void |
| 122 | notify () | 122 | notify () |
| 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); |