From: Ted Lemon Date: Mon, 2 Jun 1997 22:32:37 +0000 (+0000) Subject: Supply extra argument to pretty_print_options X-Git-Tag: DHCP-970602~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74eda6c5819f06b90e5d6e8374dbccca7e326747;p=thirdparty%2Fdhcp.git Supply extra argument to pretty_print_options --- diff --git a/common/print.c b/common/print.c index a7f374b27..f9b814f3a 100644 --- a/common/print.c +++ b/common/print.c @@ -42,7 +42,7 @@ #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" @@ -131,7 +131,7 @@ void dump_packet (tp) dhcp_options [i].name, pretty_print_option (i, tp -> options [i].data, - tp -> options [i].len, 1)); + tp -> options [i].len, 1, 1)); } } debug ("");