Please shut up if asked to be quiet.

This commit is contained in:
Poul-Henning Kamp
1996-12-11 09:38:18 +00:00
parent 0fd6d431cf
commit bfdc83c7c5
+1 -1
View File
@@ -188,7 +188,7 @@ llc_print(const u_char *p, u_int length, u_int caplen,
caplen -= 4;
}
(void)printf(" len=%d", length);
if (caplen > 0) {
if (caplen > 0 !qflag) {
default_print_unaligned(p, caplen);
}
return(1);