summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2013-12-05 15:04:10 +0000
committerEric Faurot <eric@cvs.openbsd.org>2013-12-05 15:04:10 +0000
commit4a94204aa15bd60721680b1f8492844778e9b30b (patch)
tree138db41647ff03021fe884c019680437a13958f3 /usr.sbin
parent49b8828bc3a454dc79b6d77fcf57a31ab5c58f73 (diff)
bogus ';'
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y
index dc1958a4047..42b2b23beaf 100644
--- a/usr.sbin/smtpd/parse.y
+++ b/usr.sbin/smtpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.133 2013/11/30 10:11:57 eric Exp $ */
+/* $OpenBSD: parse.y,v 1.134 2013/12/05 15:04:09 eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -629,7 +629,6 @@ main : BOUNCEWARN {
YYERROR;
}
} filter_list
- ;
| PKI STRING {
char buf[MAXHOSTNAMELEN];
xlowercase(buf, $2, sizeof(buf));