
28 Jun
2017
28 Jun
'17
12:49 p.m.
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@redhat.com> John