From aa1bdbd05f159428de45690323293bd9f5741a77 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 11 Feb 2001 18:43:45 +0000 Subject: Better comment. svn path=/trunk/; revision=3057 --- imap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'imap.c') 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; -- cgit v1.2.3