From 992705f65a9feb04ed0e918d06ad283928aca13a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 02:27:08 +0000 Subject: Tracing in topology --- proto/ospf/ospf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/ospf.c') diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 37f58f16..19123054 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -81,7 +81,7 @@ ospf_dump(struct proto *p) WALK_LIST(NODE oa,po->area_list) { OSPF_TRACE(D_EVENTS, "LSA graph dump for area \"%I\" start:", oa->areaid); - ospf_top_dump(oa->gr); + ospf_top_dump(oa->gr,p); OSPF_TRACE(D_EVENTS, "LSA graph dump for area \"%I\" finished", oa->areaid); } neigh_dump_all(); -- cgit v1.2.3