summaryrefslogtreecommitdiff
path: root/print-openflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-openflow.c')
-rw-r--r--print-openflow.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/print-openflow.c b/print-openflow.c
index 3b85dd7a..f56b0a35 100644
--- a/print-openflow.c
+++ b/print-openflow.c
@@ -38,6 +38,7 @@
#include "netdissect-stdinc.h"
+#define ND_LONGJMP_FROM_TCHECK
#include "netdissect.h"
#include "extract.h"
#include "openflow.h"
@@ -152,7 +153,4 @@ openflow_print(netdissect_options *ndo, const u_char *cp, u_int len)
invalid: /* fail the current packet */
nd_print_invalid(ndo);
ND_TCHECK_LEN(cp, len);
- return;
-trunc:
- nd_trunc(ndo);
}