mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 01:16:39 +00:00
bgpd: Thread is already done, drop useless assignment t_rmap_update to NULL
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
d3822e7983
commit
918f64980a
@ -4143,8 +4143,6 @@ static void bgp_route_map_process_update_cb(char *rmap_name)
|
|||||||
|
|
||||||
void bgp_route_map_update_timer(struct thread *thread)
|
void bgp_route_map_update_timer(struct thread *thread)
|
||||||
{
|
{
|
||||||
bm->t_rmap_update = NULL;
|
|
||||||
|
|
||||||
route_map_walk_update_list(bgp_route_map_process_update_cb);
|
route_map_walk_update_list(bgp_route_map_process_update_cb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user