diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2014-04-09 12:47:24 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2014-04-09 12:47:24 +0000 |
commit | e97ef1713955e6e750141695a02cf5bc04ca5b3b (patch) | |
tree | 0aa6aeecad10924502be051b099ef1e656e6f909 /usr.sbin/smtpd/smtpd.h | |
parent | 13a9a69ea07082ac41637f136d4bea344235bcb0 (diff) |
remove useless define for banner
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index bd453e141ea..dfdf1f68755 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.452 2014/04/04 16:10:42 eric Exp $ */ +/* $OpenBSD: smtpd.h,v 1.453 2014/04/09 12:47:23 eric Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org> @@ -46,7 +46,6 @@ #define SMTPD_NAME "OpenSMTPD" #endif #define SMTPD_VERSION "5.4.3" -#define SMTPD_BANNER "220 %s ESMTP %s" #define SMTPD_SESSION_TIMEOUT 300 #define SMTPD_BACKLOG 5 |