1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-22 13:06:06 +03:00

Fix build error on windows

This commit is contained in:
Erik Ekman 2010-02-08 16:13:17 +00:00 committed by Erik Ekman
parent 7ae8d04955
commit 465cfe54a3

View File

@ -2449,7 +2449,9 @@ main(int argc, char **argv)
#ifdef FREEBSD
tzsetwall();
#endif
#ifndef WINDOWS32
openlog( __progname, LOG_NDELAY, LOG_DAEMON );
#endif
if (newroot != NULL)
do_chroot(newroot);