summaryrefslogtreecommitdiff
path: root/print-msdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-msdp.c')
-rw-r--r--print-msdp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/print-msdp.c b/print-msdp.c
index 8680486c..129313f8 100644
--- a/print-msdp.c
+++ b/print-msdp.c
@@ -62,7 +62,6 @@ msdp_print(netdissect_options *ndo, const u_char *sp, u_int length)
ND_PRINT(" SA");
else
ND_PRINT(" SA-Response");
- ND_TCHECK_1(sp);
ND_PRINT(" %u entries", GET_U_1(sp));
if ((u_int)((GET_U_1(sp) * 12) + 8) < len) {
ND_PRINT(" [w/data]");