CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/13 08:10:26
Modified files:
sbin/dhclient : dhclient.c
Log message:
The iterator i is not the option code, but simply the index for the
array that stores the option codes. Fixes the issue where it named
an incorrect option on error.
Found by Florian Kaiser
ok krw@
