Always use strcasecmp() when comparing user input to option
authorkrw <krw@openbsd.org>
Sat, 8 Jul 2017 15:26:27 +0000 (15:26 +0000)
committerkrw <krw@openbsd.org>
Sat, 8 Jul 2017 15:26:27 +0000 (15:26 +0000)
commit164058f938d76fcbc69b101c1e43551781f44602
tree42c7bc9dc6c99f59c2c6dacaca913b1f0a0be1dd
parentbf9acac66c431046e615cdd37343d6e3c7a2f22f
Always use strcasecmp() when comparing user input to option
names, not just 2 out of 3.
sbin/dhclient/clparse.c