Fix deferred host DNS lookups.
authorbcook <bcook@openbsd.org>
Wed, 21 Jan 2015 03:14:10 +0000 (03:14 +0000)
committerbcook <bcook@openbsd.org>
Wed, 21 Jan 2015 03:14:10 +0000 (03:14 +0000)
commit446248689a1815ee7e56dad82571b9171760d3fa
tree6c7f387391e88c323d4133d2c0ab6386835e2b56
parentfbdba682c032851a246b49f18b69b2ade09025c2
Fix deferred host DNS lookups.

If the network is unreachable when ntpd starts and host_dns fails, be sure
that we still close the HOST_DNS imsg.

Thanks to Paul de Weerd <weerd at weirdnet dot nl> for reporting this.

ok beck@
usr.sbin/ntpd/ntp_dns.c
usr.sbin/ntpd/ntpd.c