1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Minor bugfixes.

This commit is contained in:
Ondrej Zajicek
2009-06-18 14:32:44 +02:00
parent 6f5603badc
commit 1b3b3e34ec
2 changed files with 6 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ ospf_stubnet:
ospf_stubnet_start:
prefix {
this_stubnet = cfg_allocz(sizeof(struct stubnet_config));
this_stubnet = cfg_allocz(sizeof(struct ospf_stubnet_config));
add_tail(&this_area->stubnet_list, NODE this_stubnet);
this_stubnet->px = $1;
this_stubnet->cost = COST_D;