diff options
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -334,6 +334,7 @@ logger_main(int fd, struct imsgbuf *ibuf) log = stderr; openlog(getprogname(), LOG_NDELAY, LOG_DAEMON); + tzset(); event_init(); |