]> git.proxmox.com Git - ovs.git/commit
ofproto: Remove break after OVS_NOT_REACHED.
authorBhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Sun, 1 Oct 2017 07:57:38 +0000 (08:57 +0100)
committerBen Pfaff <blp@ovn.org>
Fri, 3 Nov 2017 20:37:22 +0000 (13:37 -0700)
commit4a67ca44f131d945fcd1d00884618800eb446fbb
tree0eed5efef2b72e7ea0f8f24903431429c6193788
parent23d4d53f146d5ecb9aa8e34034125d00914f4614
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>
ofproto/ofproto-dpif-ipfix.c
ofproto/ofproto-dpif-xlate.c