Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: Fix value stored to group never being read
SA Reports: bgpd/bgp_rpki.c:1085:24: warning: Value stored to 'group' during its initialization is never read [deadcode.DeadStores] struct rtr_mgr_group *group = get_connected_group(rpki_vrf); ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Donald Sharp <[email protected]>
- Loading branch information