On 06/28/2017 08:23 AM, Peter Krempa wrote:
Replace the switch statement with a simpler if statement. This also
removes the fallthrough path that coverity was complaining about.
---
src/util/virnetdevbridge.c | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John