diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-01 15:12:10 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-01 15:12:10 +0200 |
commit | 035f6acbfec1e06a207217ae81153b67ced995f3 (patch) | |
tree | 0f30c642631e1a0d370ac45e17c99d13ab4c7332 /proto/ospf/ospf.c | |
parent | 8281ff201e1eebe35cb8e7716565361bed77a6cd (diff) | |
download | bird-035f6acbfec1e06a207217ae81153b67ced995f3.tar bird-035f6acbfec1e06a207217ae81153b67ced995f3.zip |
Patch from Andreas Steinmetz <ast@domdv.de>
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 2 |
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; |