]> git.proxmox.com Git - mirror_frr.git/commit
lib: remove dead logic code
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 19 Jan 2023 13:42:01 +0000 (10:42 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 19 Jan 2023 13:42:01 +0000 (10:42 -0300)
commitff9232c83bad982838e68fc0f9b7fbe8f77e0e02
treee5a4ae77d758288c33f1c3d4ca44d76c4bf17387
parentab80e474f26f2e982bc15dd2506ff2eeef129dcc
lib: remove dead logic code

If we got inside the condition of `vrfp->status == VRF_ACTIVE` then
don't make the same check again.

Found by Coverity Scan (CID 1519760)

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/vrf.c