Never silently consume the following statement when unexpectedly
authorkrw <krw@openbsd.org>
Sat, 18 Jan 2014 00:51:55 +0000 (00:51 +0000)
committerkrw <krw@openbsd.org>
Sat, 18 Jan 2014 00:51:55 +0000 (00:51 +0000)
commit34d3f422603ce4e9f3b5d7949c9653ec8c8bd443
treeb51131058b4ab1d8b24692ca2a92f0d018416174
parent660ad1c1e599cd1685614e35c0d26a5979d84cb7
Never silently consume the following statement when unexpectedly
encountering a ';'. I.e. when checking the token type, 'skip_to_semi()'
after 'parse_warn()' only when the parsed token wasn't a ';'.
sbin/dhclient/clparse.c
sbin/dhclient/parse.c