dhclient - Cancel all timeouts in state_reboot().
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sat, 4 Aug 2012 18:59:03 +0000 (20:59 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sun, 19 Aug 2012 14:30:52 +0000 (16:30 +0200)
commit86cc4af65d79535ccfb597169e666b66a88a8abd
tree9a37af6efc4ca6d784377c3172df2e0893779981
parent8bd3111e4cda790603d42ecc5505a5c6a6c42d48
dhclient - Cancel all timeouts in state_reboot().

- 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.

Taken-from: OpenBSD
sbin/dhclient/dhclient.c