mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Patch from Andreas Steinmetz <ast@domdv.de>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user