summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-09-06 17:25:11 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2022-09-12 04:42:41 +0300
commit918f64980ae443ac54e3c9992e1829ba1c2fc12c (patch)
tree740668aee4ffe430ff6ad780376ee992bf670be5
parentd3822e7983dbc9c7aeff7dae7afb294ef71aae17 (diff)
bgpd: Thread is already done, drop useless assignment t_rmap_update to NULL
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rw-r--r--bgpd/bgp_routemap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c
index 40bbdccff4..5e48811eda 100644
--- a/bgpd/bgp_routemap.c
+++ b/bgpd/bgp_routemap.c
@@ -4143,8 +4143,6 @@ static void bgp_route_map_process_update_cb(char *rmap_name)
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);
}