summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-03-13 16:56:55 +0000
committerpeter <peter@FreeBSD.org>1996-03-13 16:56:55 +0000
commitb3540a72994b4b930387e966df1738b9952ece86 (patch)
tree0e214aa5c124ecbc8f5663b1c3d190827b58bbd3 /usr.sbin/sendmail
parentd6f2ef963895c2fef868d97c76b4d1285f1c5f93 (diff)
downloadFreeBSD-src-b3540a72994b4b930387e966df1738b9952ece86.zip
FreeBSD-src-b3540a72994b4b930387e966df1738b9952ece86.tar.gz
Fold in 8.7.5 change onto mainline (all one line).
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 25960ac..20c9867 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)
OpenPOWER on IntegriCloud