1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20316

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);