From 74eda6c5819f06b90e5d6e8374dbccca7e326747 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 2 Jun 1997 22:32:37 +0000 Subject: [PATCH] Supply extra argument to pretty_print_options --- common/print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (""); -- 2.47.3