]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Prevent store but never read of i
authorDonald Sharp <sharpd@nvidia.com>
Sun, 14 Feb 2021 21:08:07 +0000 (16:08 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 14 Feb 2021 21:08:07 +0000 (16:08 -0500)
commit227b6af0d7b85c76cb0b5963a31b52fe6afd1622
tree240a7d75a78f53e8d420a65170f70e34b2b664a0
parent8ca7a3ed38ae84d0f8d4870f789362522544542e
bgpd: Prevent store but never read of i

The new bgp_mplsvpn_snmp.c code increments i and
never uses that value.  Comment the code out
to make the clang SA analyzer happy.  Shouldn't
be a problem since this code will never probably
be touched again(ha!).

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