Skip to content

Commit

Permalink
bgpd: Drop duplicate assignment of rtr_update_overflow at start
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <[email protected]>
  • Loading branch information
ton31337 committed Nov 29, 2024
1 parent 8e1231d commit 962312a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bgpd/bgp_rpki.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ static int start(struct rpki_vrf *rpki_vrf)
rpki_vrf->rtr_is_synced = false;
rpki_vrf->rtr_update_overflow = 0;
cache_list = rpki_vrf->cache_list;
rpki_vrf->rtr_update_overflow = 0;

if (!cache_list || list_isempty(cache_list)) {
RPKI_DEBUG(
Expand Down

0 comments on commit 962312a

Please sign in to comment.