diff options
author | 2019-01-05 09:48:32 +0000 | |
---|---|---|
committer | 2019-01-05 09:48:32 +0000 | |
commit | 1ee631f0291f423ba13ac999a9a706fb6004ffbc (patch) | |
tree | 4e17cfd61c4dc7f666aab93c8f14675ef93ab366 | |
parent | minor cleanup, no functional change: (diff) | |
download | wireguard-openbsd-1ee631f0291f423ba13ac999a9a706fb6004ffbc.tar.xz wireguard-openbsd-1ee631f0291f423ba13ac999a9a706fb6004ffbc.zip |
revert this change, it was committed by accident
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index fb7d57047a9..019d402a472 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.616 2019/01/05 09:43:39 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.617 2019/01/05 09:48:32 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -52,8 +52,7 @@ #define SMTPD_SOCKET "/var/run/smtpd.sock" #define SMTPD_NAME "OpenSMTPD" #define SMTPD_VERSION "6.4.0" -//#define SMTPD_SESSION_TIMEOUT 300 -#define SMTPD_SESSION_TIMEOUT 30 +#define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 #define PATH_SMTPCTL "/usr/sbin/smtpctl" |