From ffc82c690f370ed07611d1d0f9a0885395048527 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 4 Nov 1996 15:06:10 +0000 Subject: Don't append a spurious NUL to the headers. svn path=/trunk/; revision=475 --- driver.c | 1 - 1 file changed, 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 30985b4e..b060885f 100644 --- a/driver.c +++ b/driver.c @@ -690,7 +690,6 @@ struct query *ctl; /* query control record */ for (cp = headers; cp < headers + oldlen; cp++) if (*cp == '\r') *cp = '\n'; - headers[oldlen++] = '\0'; /* replace all LFs with CR-LF before sending to the SMTP server */ if (!ctl->mda[0]) -- cgit v1.2.3