diff --git a/modules/clock.c b/modules/clock.c index 6c0cb56..e9f1694 100644 --- a/modules/clock.c +++ b/modules/clock.c @@ -76,7 +76,7 @@ run(struct module *mod) .tv_usec = _now.tv_nsec / 1000, }; - int timeout_ms; + int timeout_ms = 1000; switch (m->update_granularity) { case UPDATE_GRANULARITY_SECONDS: {