CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/27 10:44:58
Modified files:
sbin/dhclient : clparse.c dhclient.c
Log message:
Stop checking 'epoch' in get_recorded_lease() and just set it as
required in read_lease_db(). It's already set in packet_to_lease() and
thus both paths to TAILQ_INSERT(lease_db) ensure there is a non-zero
epoch in all lease_db entries.
