CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/06/21 18:08:43
Modified files: sbin/dhclient : dhclient.c Log message: Set state to S_REBOOTING when calling state_reboot() and set state inside state_reboot() to S_INIT when calling state_init(). Rather than the other way around. Makes for more consistant idiom and might reduce state confusion.