]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Coverity mistakenly believes we can fall through
authorDonald Sharp <sharpd@nvidia.com>
Fri, 21 Apr 2023 11:57:19 +0000 (07:57 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 21 Apr 2023 11:57:19 +0000 (07:57 -0400)
commitbc479b1b17b3f12b487f4164966b35d1ec08fede
tree47b790e57b4da47d0a3f9e33d8ce5ada147db7a1
parent852f96eb036a1bfba878467dc5b378d62f8c87ca
bgpd: Coverity mistakenly believes we can fall through

Coverity has incorrectly found that a switch statement
can be fallen through.  It is missing the fact that the
previous case statement has a return through every path
it can get too.  Let's just appease coverity

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_mplsvpn_snmp.c