diff options
Diffstat (limited to 'print-babel.c')
-rw-r--r-- | print-babel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-babel.c b/print-babel.c index 8b495cc1..1671149a 100644 --- a/print-babel.c +++ b/print-babel.c @@ -395,7 +395,6 @@ babel_print_v2_tlvs(netdissect_options *ndo, message = cp + i; ICHECK(i, 1); - ND_TCHECK_1(message); if((type = GET_U_1(message)) == MESSAGE_PAD1) { ND_PRINT(ndo->ndo_vflag ? "\n\tPad 1" : " pad1"); i += 1; |