CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/07/09 10:21:21
Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Terminate with extreme prejudice the multiple timeout queuing mechanism that was a holdover from when dhclient handled multiple interfaces at once. There is only one timeout possible at a time. Also move calculation of current time to just before check to see if the timeout has expired. ok beck@ guenther@