From 0e4a41168f2a8660c72889cc7814245f821b95ae Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 24 Apr 2015 19:41:38 +0200 Subject: [PATCH] main: init dispatch_clock early --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index b7135fe8f..0daab067b 100644 --- a/src/main.c +++ b/src/main.c @@ -590,6 +590,7 @@ main(int argc, char **argv) tvheadend_webroot = NULL; tvheadend_htsp_port = 9982; tvheadend_htsp_port_extra = 0; + time(&dispatch_clock); /* Command line options */ int opt_help = 0, -- 2.47.2