From: Ben Pfaff Date: Wed, 8 Feb 2012 19:23:37 +0000 (-0800) Subject: ofp-print: Fix up doubled "break;". X-Git-Tag: sliver-openvswitch-0.1-1~359 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=aae410b9dc0bfcb5666b4bc792426f2ba505f850;p=sliver-openvswitch.git ofp-print: Fix up doubled "break;". Reported-by: Justin Pettit Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 5eb9f8a5b..9a50c3392 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -1459,8 +1459,6 @@ ofp_to_string__(const struct ofp_header *oh, ofp_print_nxt_set_packet_in_format(string, msg); break; - break; - case OFPUTIL_NXT_FLOW_AGE: break;