mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-15 16:22:49 +02:00
Move tzset() from log_open to main.
This commit is contained in:
2
log.c
2
log.c
@ -48,8 +48,6 @@ log_open(const char *path)
|
||||
|
||||
setvbuf(log_file, NULL, _IOLBF, 0);
|
||||
event_set_log_callback(log_event_cb);
|
||||
|
||||
tzset();
|
||||
}
|
||||
|
||||
/* Close logging. */
|
||||
|
Reference in New Issue
Block a user