Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
main: init dispatch_clock early
  • Loading branch information
perexg committed Apr 24, 2015
1 parent dc311fd commit 0e4a411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Expand Up @@ -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,
Expand Down

0 comments on commit 0e4a411

Please sign in to comment.