Hoist common assignments out of a series of if/if-else statements
authorkrw <krw@openbsd.org>
Sat, 2 May 2015 14:29:32 +0000 (14:29 +0000)
committerkrw <krw@openbsd.org>
Sat, 2 May 2015 14:29:32 +0000 (14:29 +0000)
commitd37427b0b9a85ab33de663258d86eb13f59748b9
tree498fa6bde82ce7cf4bb4e762420a4244386d37c5
parent2c8c228728571a8c463724b270c772607b8dc22b
Hoist common assignments out of a series of if/if-else statements
in get_token(). Simplifies code and shrinks future diff.

No intentional functional change.
sbin/dhclient/conflex.c
usr.sbin/dhcpd/conflex.c