aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-03-13 16:56:55 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-03-13 16:56:55 +0000
commit56c20766beb544b73c6366ebbe5714595c6454a0 (patch)
tree0e214aa5c124ecbc8f5663b1c3d190827b58bbd3 /usr.sbin/sendmail
parent8c0964438743612d15e91abde898ccfd1366a194 (diff)
downloadsrc-56c20766beb544b73c6366ebbe5714595c6454a0.tar.gz
src-56c20766beb544b73c6366ebbe5714595c6454a0.zip
Fold in 8.7.5 change onto mainline (all one line).
Notes
Notes: svn path=/head/; revision=14618
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/src/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/util.c b/usr.sbin/sendmail/src/util.c
index 25960acb9865..20c98670f1ad 100644
--- a/usr.sbin/sendmail/src/util.c
+++ b/usr.sbin/sendmail/src/util.c
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)util.c 8.84.1.1 (Berkeley) 2/18/96";
+static char sccsid[] = "@(#)util.c 8.84.1.2 (Berkeley) 3/4/96";
#endif /* not lint */
# include "sendmail.h"
@@ -990,7 +990,7 @@ putxline(l, mci, pxflags)
fputs(mci->mci_mailer->m_eol, mci->mci_out);
if (*l == '\n')
{
- if (*++l != ' ' && *l != '\t' && l[1] != '\0')
+ if (*++l != ' ' && *l != '\t' && *l != '\0')
{
(void) putc(' ', mci->mci_out);
if (TrafficLogFile != NULL)