From 55e7732a5a5fe47752eafe6024ba473bd7959e45 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 13 Apr 1999 19:27:44 +0000 Subject: Change in ospf_iface. (My bad understanding of lists manipulation.) --- 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 9840def..73dcd76 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -31,7 +31,7 @@ ospf_proto: | ospf_proto ospf_area ';' ; -ospf_area: AREA idval ';' { +ospf_area: AREA idval { ((struct ospf_config *)this_proto)->area = $2; } ; -- cgit v1.2.3