Fix some debug output when running in foreground.
authorkrw <krw@openbsd.org>
Wed, 31 Mar 2021 15:32:11 +0000 (15:32 +0000)
committerkrw <krw@openbsd.org>
Wed, 31 Mar 2021 15:32:11 +0000 (15:32 +0000)
commit277a4b78d9d0e4deb15b758846d6051978738b85
tree0d3b209f6033028c407c61d26d1876afd8189a8b
parentff001002e393c10456037da6354fa935d1084961
Fix some debug output when running in foreground.

Call tick_msg() at startup so it knows if the link
is up. Don't emit 'link timeout expired' messages
after the link has been up.
sbin/dhclient/dhclient.c