mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Revert - don't bother with tzset.
This commit is contained in:
parent
cfcbdf0ad7
commit
0819e7c3c6
@ -2547,7 +2547,6 @@ main(int argc, char **argv)
|
|||||||
sort_mime_map();
|
sort_mime_map();
|
||||||
xasprintf(&keep_alive_field, "Keep-Alive: timeout=%d\r\n", idletime);
|
xasprintf(&keep_alive_field, "Keep-Alive: timeout=%d\r\n", idletime);
|
||||||
init_sockin();
|
init_sockin();
|
||||||
tzset(); /* load TZ data; good idea to do this _before_ chroot */
|
|
||||||
|
|
||||||
/* open logfile */
|
/* open logfile */
|
||||||
if (logfile_name != NULL)
|
if (logfile_name != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user