From 035f6acbfec1e06a207217ae81153b67ced995f3 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 1 Jun 2004 13:12:10 +0000 Subject: Patch from Andreas Steinmetz --- 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 9626ab8..dbe3b18 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -100,7 +100,7 @@ ospf_start(struct proto *p) oa->stub=ac->stub; oa->tick=ac->tick; oa->areaid=ac->areaid; - oa->gr=ospf_top_new(po); + oa->gr=ospf_top_new(po->proto.pool, po); s_init_list(&(oa->lsal)); oa->rt=NULL; oa->po=po; -- cgit v1.2.3