aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
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;