mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 23:48:09 +01:00
repair editor damage
This commit is contained in:
parent
0a0e709620
commit
18c5c2467a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20336
@ -188,7 +188,7 @@ llc_print(const u_char *p, u_int length, u_int caplen,
|
|||||||
caplen -= 4;
|
caplen -= 4;
|
||||||
}
|
}
|
||||||
(void)printf(" len=%d", length);
|
(void)printf(" len=%d", length);
|
||||||
if (caplen > 0 !qflag) {
|
if (caplen > 0 && !qflag) {
|
||||||
default_print_unaligned(p, caplen);
|
default_print_unaligned(p, caplen);
|
||||||
}
|
}
|
||||||
return(1);
|
return(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user