mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +00:00
Merge pull request #8987 from mobash-rasool/ospfv3-bug-fixes
ospf6d: Fix crash in ospf6_asbr_lsa_remove at ospf6d/ospf6_asbr.c:696
This commit is contained in:
commit
5ee7655ee9
@ -690,7 +690,7 @@ void ospf6_asbr_lsa_remove(struct ospf6_lsa *lsa,
|
||||
if (ospf6_check_and_set_router_abr(ospf6))
|
||||
oa = ospf6->backbone;
|
||||
else
|
||||
oa = listgetdata(listhead(ospf6->area_list));
|
||||
oa = listnode_head(ospf6->area_list);
|
||||
}
|
||||
|
||||
if (oa == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user