CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/09/01 13:02:27
Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Nuke a static global I can't get my head around - interfaces_invalidated. Since reinitialize_interface() was simply setting interfaces_invalidated to 0, nuke it too! Always update ifi->linkstat in dispatch() loop.