No need for state_preboot() to double check timeout being
authorkrw <krw@openbsd.org>
Sun, 21 Feb 2021 14:30:29 +0000 (14:30 +0000)
committerkrw <krw@openbsd.org>
Sun, 21 Feb 2021 14:30:29 +0000 (14:30 +0000)
commit56fd2a2340168941d6c73616d08a997ba7ec6024
treeeb53f4f8202a16e30e04513cd52e4d8ca467b851
parent404aa605100301c45325a314993127266295d16c
No need for state_preboot() to double check timeout being
tracked in tick_msg() and explicitly calling tick_msg(TICK_SLEEP).

One fewer use of each of time(), ifi->startup_time and
config->link_timeout. Makes code easier to follow.

No intentional functional change.
sbin/dhclient/dhclient.c