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:
paul 2003-08-15 16:04:21 +00:00
parent 162e2d9fc4
commit 048ba1d0a9

View File

@ -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);