summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospfd/parse.y')
-rw-r--r--usr.sbin/ospfd/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/parse.y b/usr.sbin/ospfd/parse.y
index efffc79fad0..660356e9631 100644
--- a/usr.sbin/ospfd/parse.y
+++ b/usr.sbin/ospfd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.42 2007/01/14 13:20:17 michele Exp $ */
+/* $OpenBSD: parse.y,v 1.43 2007/02/01 13:25:28 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -264,7 +264,7 @@ conf_main : ROUTERID STRING {
;
optlist : /* empty */ { $$ = DEFAULT_REDIST_METRIC; }
- | SET option { $$ = $2; }
+ | SET option { $$ = $2; }
| SET optnl '{' optnl optlist_l optnl '}' { $$ = $5; }
;