diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-11 18:43:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-11 18:43:45 +0000 |
commit | aa1bdbd05f159428de45690323293bd9f5741a77 (patch) | |
tree | 99815ca3be2002beaeef3898ad6336b85a9abc6d /imap.c | |
parent | 57ceff2a3fda43eed4973089c2f1c8a6492654ec (diff) | |
download | fetchmail-aa1bdbd05f159428de45690323293bd9f5741a77.tar.gz fetchmail-aa1bdbd05f159428de45690323293bd9f5741a77.tar.bz2 fetchmail-aa1bdbd05f159428de45690323293bd9f5741a77.zip |
Better comment.
svn path=/trunk/; revision=3057
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -831,6 +831,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) { if (outlevel >= O_MONITOR) report(stdout, "IMAP> *\n"); + /* SASL cancellation of authentication */ SockWrite(sock, "*\r\n", 3); } @@ -856,6 +857,7 @@ int imap_getauth(int sock, struct query *ctl, char *greeting) { if (outlevel >= O_MONITOR) report (stdout, "IMAP> *\n"); + /* SASL cancellation of authentication */ SockWrite (sock, "*\r\n", 3); } return ok; |