CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/20 05:46:32
Modified files:
sbin/dhclient : dhclient.c
Log message:
pretty_print_option() returns a pointer to a 0 length string, not
NULL, on failure.
Eliminates possible "option = ;' lines in lease files.
