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/ospf_asbr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd/ospf_asbr.h') diff --git a/ospfd/ospf_asbr.h b/ospfd/ospf_asbr.h index fdcfbd92..724acf48 100644 --- a/ospfd/ospf_asbr.h +++ b/ospfd/ospf_asbr.h @@ -70,7 +70,7 @@ extern struct ospf_route *ospf_external_route_lookup (struct ospf *, struct prefix_ipv4 *); extern void ospf_asbr_status_update (struct ospf *, u_char); -extern void ospf_redistribute_withdraw (u_char); +extern void ospf_redistribute_withdraw (struct ospf *, u_char); extern void ospf_asbr_check (void); extern void ospf_schedule_asbr_check (void); extern void ospf_asbr_route_install_lsa (struct ospf_lsa *); -- cgit v1.2.1