aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-11 18:43:45 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-11 18:43:45 +0000
commitaa1bdbd05f159428de45690323293bd9f5741a77 (patch)
tree99815ca3be2002beaeef3898ad6336b85a9abc6d /imap.c
parent57ceff2a3fda43eed4973089c2f1c8a6492654ec (diff)
downloadfetchmail-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index 647575ef..f65c1fd6 100644
--- a/imap.c
+++ b/imap.c
@@ -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;