CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/28 11:33:42
Modified files:
sbin/dhclient : dhcpd.h options.c
Log message:
No need for pretty_print_classless() to use
an internal 8K static buffer whose contents
are simply copied into another 8K buffer in
the caller.
Just pass a pointer to and length of the
outer buffer.
