From 1b3b3e34ecbc281a13d4ca0b99e891ee9c4d5cac Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 18 Jun 2009 14:32:44 +0200 Subject: Minor bugfixes. --- proto/ospf/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/config.Y') 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; -- cgit v1.2.3