Don't eat another token looking for a ';' after skip_to_semi() has
authorkrw <krw@openbsd.org>
Mon, 13 Jan 2014 21:36:46 +0000 (21:36 +0000)
committerkrw <krw@openbsd.org>
Mon, 13 Jan 2014 21:36:46 +0000 (21:36 +0000)
commit1ad17cd4b9e91f5f9e16a41e55a79052b80621a3
tree2384f41ec13e2504f0dd2e4246f045cdd068af6b
parent66503f5c5ff07ae8bfa73a977a26d65fc8144ae1
Don't eat another token looking for a ';' after skip_to_semi() has
been invoked. Fixes silent loss of the statement following a broken or
inapplicable 'interface' declaration in a lease, or an unrecognized
lease attribute.
sbin/dhclient/clparse.c