aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/parse.y')
-rw-r--r--smtpd/parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/smtpd/parse.y b/smtpd/parse.y
index 76180938..e7ee2c8c 100644
--- a/smtpd/parse.y
+++ b/smtpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.262 2019/09/20 17:46:05 gilles Exp $ */
+/* $OpenBSD: parse.y,v 1.263 2019/09/22 11:49:53 semarie Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -548,8 +548,8 @@ srs:
SRS KEY STRING {
conf->sc_srs_key = $3;
}
-SRS KEY BACKUP STRING {
- conf->sc_srs_key_backup = $3;
+| SRS KEY BACKUP STRING {
+ conf->sc_srs_key_backup = $4;
}
| SRS TTL STRING {
conf->sc_srs_ttl = delaytonum($3);