From 0c58c0c4da31b554e88be581cca39d314ded9b6b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 15 Aug 2011 15:18:12 -0700 Subject: [PATCH] ofp-print: Add missing "break". This is not a bug yet, but it could be the next time someone carelessly adds a new case. --- lib/ofp-print.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 4c94ebb8f..d7804fed8 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -368,6 +368,7 @@ ofp_print_action(struct ds *s, const union ofp_action *a, nxm_format_field_bits(s, ntohl(naor->src), nxm_decode_ofs(naor->ofs_nbits), nxm_decode_n_bits(naor->ofs_nbits)); + break; default: break; -- 2.43.0