mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 07:21:34 +00:00
ospfd: add missing unlock for ospf_interface_address_delete()
Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Acked-by: Feng Lu <lu.feng@6wind.com> (cherry picked from commit fbb6c8650344fe72d39f538c681659e8b76a39d0)
This commit is contained in:
parent
25a346ebeb
commit
f4936b2aab
@ -315,6 +315,7 @@ ospf_interface_address_delete (int command, struct zclient *zclient,
|
||||
|
||||
assert (rn->info);
|
||||
oi = rn->info;
|
||||
route_unlock_node (rn);
|
||||
|
||||
/* Call interface hook functions to clean up */
|
||||
ospf_if_free (oi);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user