X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/97e4fe30d878e871398c208c800615fe1a490911..refs/pull/1034/head:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index 86b70511..d9ca4a34 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -708,7 +708,7 @@ tcp_print(netdissect_options *ndo, */ ND_PRINT(", length %u", length); - if (length <= 0) + if (length == 0) return; /*