CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/21 08:24:43
Modified files:
usr.sbin/ntpd : constraint.c
Log message:
No need to call tzset() and log_init() in the forked constraint
handler. It is run in a chroot, so tzset() wouldn't even succeed to
open the zone file. Found with tame.
OK deraadt@
