]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Supply extra argument to pretty_print_options
authorTed Lemon <source@isc.org>
Mon, 2 Jun 1997 22:32:37 +0000 (22:32 +0000)
committerTed Lemon <source@isc.org>
Mon, 2 Jun 1997 22:32:37 +0000 (22:32 +0000)
common/print.c

index a7f374b27ea3b5c377d2fbc02c12892f2a39a7ee..f9b814f3add86ed3ba5ad02ee01758df4179bf14 100644 (file)
@@ -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 ("");