diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/parse.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y index bf51f6bb9e8..ede623459db 100644 --- a/usr.sbin/smtpd/parse.y +++ b/usr.sbin/smtpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.117 2013/05/24 17:03:14 eric Exp $ */ +/* $OpenBSD: parse.y,v 1.118 2013/06/03 08:48:40 zhuk Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -478,7 +478,6 @@ table : TABLE STRING STRING { ; if (*p == ':') { *p = '\0'; - backend = $3; config = p+1; } } |