]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of an argument to "printf()" that didn't have a matching format
authorguy <guy>
Fri, 2 Aug 2002 04:05:51 +0000 (04:05 +0000)
committerguy <guy>
Fri, 2 Aug 2002 04:05:51 +0000 (04:05 +0000)
item.

print-dhcp6.c

index 516973e11feb1f52a4948242936efd2e45a27c36..51fccaf41a80b2f1811587247a4bda24db2c13e2 100644 (file)
@@ -32,7 +32,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.21 2002-08-01 08:53:04 risso Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.22 2002-08-02 04:05:51 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -332,7 +332,7 @@ dhcp6opt_print(u_char *cp, u_char *ep)
                        printf(" %s)", dhcp6stcode(val16));
                        break;
                default:
-                       printf(")", ntohs(dh6o->dh6opt_type));
+                       printf(")");
                        break;
                }