diff options
Diffstat (limited to 'bgpd')
| -rw-r--r-- | bgpd/bgp_route.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 993029a919..684b0a19d8 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -8015,6 +8015,8 @@ void bgp_static_delete(struct bgp *bgp) rm = bgp_dest_unlock_node(rm); assert(rm); } + + bgp_table_unlock(table); } else { bgp_static = bgp_dest_get_bgp_static_info(dest); bgp_static_withdraw(bgp, |
