From 6db3a6f75c7206050b096dcbd4fde439b4bcb6e6 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Fri, 12 May 2006 23:02:46 +0000 Subject: [ospfd] CID #28, remove another ospf_lookup call - ospf_redistribute_withdraw 2006-05-12 Paul Jakma * ospf_asbr.c: (ospf_redistribute_withdraw) remove ospf_lookup call by taking the struct ospf * as argument, which the caller has, fixing CID #28. * ospf_asbr.h: (ospf_redistribute_withdraw) update declaration * ospf_zebra.c: (ospf_redistribute_unset) update call to ospf_redistribute_withdraw to match. --- ospfd/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 8cb115c6..72e363e9 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -7,6 +7,12 @@ (struct lsa_action) remove unused member. * ospf_interface.c: (ospf_if_exists) Fix missing NULL return check on ospf_lookup, CID #27. + * ospf_asbr.c: (ospf_redistribute_withdraw) remove ospf_lookup + call by taking the struct ospf * as argument, which the + caller has, fixing CID #28. + * ospf_asbr.h: (ospf_redistribute_withdraw) update declaration + * ospf_zebra.c: (ospf_redistribute_unset) update call to + ospf_redistribute_withdraw to match. 2006-05-11 Paul Jakma -- cgit v1.2.1