projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a6861a
)
ofp-print: Add missing "break".
author
Ben Pfaff
<blp@nicira.com>
Mon, 15 Aug 2011 22:18:12 +0000
(15:18 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 15 Aug 2011 22:18:30 +0000
(15:18 -0700)
This is not a bug yet, but it could be the next time someone carelessly
adds a new case.
lib/ofp-print.c
patch
|
blob
|
history
diff --git
a/lib/ofp-print.c
b/lib/ofp-print.c
index 4c94ebb8f46212719cc0ac1bcdca1d44754f92c7..d7804fed81b838eb54dcc11de5a05bd0ad2e2241 100644
(file)
--- 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;