#ifndef lint
static char copyright[] =
-"$Id: print.c,v 1.13 1997/03/05 06:33:06 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: print.c,v 1.14 1997/06/02 22:32:37 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
dhcp_options [i].name,
pretty_print_option
(i, tp -> options [i].data,
- tp -> options [i].len, 1));
+ tp -> options [i].len, 1, 1));
}
}
debug ("");