summaryrefslogtreecommitdiffstats
path: root/proto/ospf/config.Y
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-06-18 14:32:44 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-06-18 14:32:44 +0200
commit1b3b3e34ecbc281a13d4ca0b99e891ee9c4d5cac (patch)
treee1212220d75f6ad8c67dfc3412d4ec648fd1b7eb /proto/ospf/config.Y
parent6f5603badc12dbbf440e8f85b1165cc8f5d671c7 (diff)
downloadbird-1b3b3e34ecbc281a13d4ca0b99e891ee9c4d5cac.tar
bird-1b3b3e34ecbc281a13d4ca0b99e891ee9c4d5cac.zip
Minor bugfixes.
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r--proto/ospf/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y
index 0f688a7..77ca26c 100644
--- a/proto/ospf/config.Y
+++ b/proto/ospf/config.Y
@@ -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;