diff options
Diffstat (limited to 'print-rpki-rtr.c')
-rw-r--r-- | print-rpki-rtr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-rpki-rtr.c b/print-rpki-rtr.c index a51c4a1f..b6ef8561 100644 --- a/print-rpki-rtr.c +++ b/print-rpki-rtr.c @@ -181,7 +181,6 @@ rpki_rtr_pdu_print(netdissect_options *ndo, const u_char *tptr, const u_int len, const u_char *msg; /* Protocol Version */ - ND_TCHECK_1(tptr); if (GET_U_1(tptr) != 0) { /* Skip the rest of the input buffer because even if this is * a well-formed PDU of a future RPKI-Router protocol version |