diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-09-06 17:25:11 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-09-12 04:42:41 +0300 |
| commit | 918f64980ae443ac54e3c9992e1829ba1c2fc12c (patch) | |
| tree | 740668aee4ffe430ff6ad780376ee992bf670be5 | |
| parent | d3822e7983dbc9c7aeff7dae7afb294ef71aae17 (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.c | 2 |
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); } |
