diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-04 15:06:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-04 15:06:10 +0000 |
commit | ffc82c690f370ed07611d1d0f9a0885395048527 (patch) | |
tree | 56b94ef90c01c3f72650da1f6ee398bb1268ccfe /driver.c | |
parent | 36c8204ae4c5abf228f75c58026edf40706d8e6d (diff) | |
download | fetchmail-ffc82c690f370ed07611d1d0f9a0885395048527.tar.gz fetchmail-ffc82c690f370ed07611d1d0f9a0885395048527.tar.bz2 fetchmail-ffc82c690f370ed07611d1d0f9a0885395048527.zip |
Don't append a spurious NUL to the headers.
svn path=/trunk/; revision=475
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]) |