CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/01/09 18:25:03
Modified files: sbin/dhclient : clparse.c Log message: skip_to_semi() is gilding the lily when the next statement breaks out of the loop and closes the file being parsed. And the previous statement warns the user the leases file being parsed has been determined to be corrupt. Eliminate further gilding in the form of an 'else' after the same 'if' clause includes the 'break'.