CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/17 15:48:10
Modified files:
sbin/dhclient : clparse.c
Log message:
Make parse_X return -1 when it encounters a parsing error. Enables
recognition of zero length value vs parsing error. This lets us avoid
the erroneous consumption of the semicolon ending the 'X' value, and
the resulting accidental consumption of the following line in the file
being parsed.
