CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/06/21 09:49:27
Modified files: sbin/dhclient : dhclient.c Log message: No need to manually check validity of ifi->active when REBOOT'ing. It will be pointing to a recorded lease if anything. So rely on get_recorded_lease() to return the next valid candidate lease, which might be the lease ifi->active was pointing at.