summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c2
1 files changed, 1 insertions, 1 deletions
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;