From: Eric Allman Date: Wed, 13 Apr 1994 05:38:14 +0000 (-0800) Subject: make HELO and EHLO response consistent X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/428f39fb05fe4649e5fb77696be39d9ded81a994?hp=37f4e3a677913b91cb4ad229b2d5ac96ff80b4fc make HELO and EHLO response consistent SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.34 --- diff --git a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c index d80a5050ae..3755b3eb50 100644 --- a/usr/src/usr.sbin/sendmail/src/srvrsmtp.c +++ b/usr/src/usr.sbin/sendmail/src/srvrsmtp.c @@ -10,9 +10,9 @@ #ifndef lint #ifdef SMTP -static char sccsid[] = "@(#)srvrsmtp.c 8.33 (Berkeley) %G% (with SMTP)"; +static char sccsid[] = "@(#)srvrsmtp.c 8.34 (Berkeley) %G% (with SMTP)"; #else -static char sccsid[] = "@(#)srvrsmtp.c 8.33 (Berkeley) %G% (without SMTP)"; +static char sccsid[] = "@(#)srvrsmtp.c 8.34 (Berkeley) %G% (without SMTP)"; #endif #endif /* not lint */