Commit a93eb943 a93eb943eb3d7e5943d6870c0b02689277a6cd69 by Sergey Poznyakoff

Removed leftover "while"

1 parent 7670d3a5
......@@ -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)
{
......