skip_to_semi() is gilding the lily when the next statement breaks out
authorkrw <krw@openbsd.org>
Fri, 10 Jan 2014 01:25:03 +0000 (01:25 +0000)
committerkrw <krw@openbsd.org>
Fri, 10 Jan 2014 01:25:03 +0000 (01:25 +0000)
commitc021ee746d3558d6046caa271cada8f3a09568f9
tree6b83f5e55922d5abeda5fb2cfa4855f047177807
parent878b613691157c0573b906133863cc8eb29b460b
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'.
sbin/dhclient/clparse.c