summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
diff options
context:
space:
mode:
authorBhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>2017-10-01 08:57:38 +0100
committerBen Pfaff <blp@ovn.org>2017-11-03 13:37:22 -0700
commit4a67ca44f131d945fcd1d00884618800eb446fbb (patch)
tree0eed5efef2b72e7ea0f8f24903431429c6193788 /ofproto/ofproto-dpif-ipfix.c
parent23d4d53f146d5ecb9aa8e34034125d00914f4614 (diff)
downloadopenvswitch-4a67ca44f131d945fcd1d00884618800eb446fbb.tar.gz
ofproto: Remove break after OVS_NOT_REACHED.
The break statement would never be executed as OVS_NOT_REACHED() internally invokes abort() and causes process termination. Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-ipfix.c')
-rw-r--r--ofproto/ofproto-dpif-ipfix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-ipfix.c b/ofproto/ofproto-dpif-ipfix.c
index 645268d21..4d168784b 100644
--- a/ofproto/ofproto-dpif-ipfix.c
+++ b/ofproto/ofproto-dpif-ipfix.c
@@ -1314,7 +1314,6 @@ ipfix_def_options_template_fields(enum ipfix_options_template opt_tmpl_type,
case NUM_IPFIX_OPTIONS_TEMPLATE:
default:
OVS_NOT_REACHED();
- break;
}
return 0;