diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-27 17:23:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-27 17:23:28 +0000 |
commit | 59ba66d551d23c4efd4360a7c1f7a53ee2793a4e (patch) | |
tree | b1bd91179720505b3f09f9582d2cc83cbca00727 /imap.c | |
parent | 32e07fdf8b52ce62ec9b898b12a0a79a4fb0c9d4 (diff) | |
download | fetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.tar.gz fetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.tar.bz2 fetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.zip |
Fixed NTLM to work again.
svn path=/trunk/; revision=3159
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -193,8 +193,7 @@ static int do_imap_ntlm(int sock, struct query *ctl) if (outlevel >= O_MONITOR) report(stdout, "IMAP> %s\n", msgbuf); - - + strcat(msgbuf,"\r\n"); SockWrite (sock, msgbuf, strlen (msgbuf)); if ((result = gen_recv (sock, msgbuf, sizeof msgbuf))) |