summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpd/parse.y')
-rw-r--r--usr.sbin/bgpd/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y
index 556ffe943f3..74c3ebaee02 100644
--- a/usr.sbin/bgpd/parse.y
+++ b/usr.sbin/bgpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.199 2007/01/26 21:34:21 claudio Exp $ */
+/* $OpenBSD: parse.y,v 1.200 2007/02/22 08:34:18 henning Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -2142,7 +2142,7 @@ symget(const char *nam)
int
getcommunity(char *s)
{
- int val;
+ int val;
const char *errstr;
if (strcmp(s, "*") == 0)