CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/06/20 15:53:53
Modified files: sbin/dhclient : dhclient.c Log message: Cancel all timeouts in state_reboot(), since we can get there from any state if a link state change happens. Fixes a problem where we'd continue to send (corrupted) discover packets after binding. ok krw@