CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/02/21 07:30:30
Modified files: sbin/dhclient : dhclient.c Log message: 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.