summaryrefslogtreecommitdiff
path: root/print-hsrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-hsrp.c')
-rw-r--r--print-hsrp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/print-hsrp.c b/print-hsrp.c
index 7c7ad218..b4e02f55 100644
--- a/print-hsrp.c
+++ b/print-hsrp.c
@@ -104,7 +104,6 @@ hsrp_print(netdissect_options *ndo, const u_char *bp, u_int len)
ND_PRINT("HSRPv%u", version);
if (version != 0)
return;
- ND_TCHECK_1(hp->hsrp_op_code);
ND_PRINT("-");
ND_PRINT("%s ",
tok2strary(op_code_str, "unknown (%u)", GET_U_1(hp->hsrp_op_code)));