summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-01-23 09:43:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-01-23 09:43:07 +0000
commita93eb943eb3d7e5943d6870c0b02689277a6cd69 (patch)
tree471747bc8ec2984ca6ba9ac43903690f4d9d97c3 /imap4d
parent7670d3a544f681f622bad7d4fe477b8821784c42 (diff)
downloadmailutils-a93eb943eb3d7e5943d6870c0b02689277a6cd69.tar.gz
mailutils-a93eb943eb3d7e5943d6870c0b02689277a6cd69.tar.bz2
Removed leftover "while"
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/auth_gsasl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/imap4d/auth_gsasl.c b/imap4d/auth_gsasl.c
index 80100f970..e46df3325 100644
--- a/imap4d/auth_gsasl.c
+++ b/imap4d/auth_gsasl.c
@@ -93,7 +93,6 @@ auth_gsasl (struct imap4d_command *command,
util_send ("+ %s\r\n", output);
input = imap4d_readline_ex ();
}
- while (rc == GSASL_NEEDS_MORE);
if (rc != GSASL_OK)
{

Return to:

Send suggestions and report system problems to the System administrator.