mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 21:57:09 +00:00
2003-08-15 Paul Jakma <paul@dishone.st>
* ospfd/ospf_route.c: Fixup extraneous list_delete which was causing SEGVs of ospfd.
This commit is contained in:
parent
162e2d9fc4
commit
048ba1d0a9
@ -586,8 +586,7 @@ ospf_intra_add_stub (struct route_table *rt, struct router_lsa_link *link,
|
||||
|
||||
cur_or->cost = cost;
|
||||
|
||||
list_delete (cur_or->paths);
|
||||
cur_or->paths = NULL;
|
||||
list_delete_all_node (cur_or->paths);
|
||||
|
||||
ospf_route_copy_nexthops_from_vertex (cur_or, v);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user