diff options
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r-- | proto/ospf/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
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; } ; |