Removed leftover "while"
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -93,7 +93,6 @@ auth_gsasl (struct imap4d_command *command, | ... | @@ -93,7 +93,6 @@ auth_gsasl (struct imap4d_command *command, |
93 | util_send ("+ %s\r\n", output); | 93 | util_send ("+ %s\r\n", output); |
94 | input = imap4d_readline_ex (); | 94 | input = imap4d_readline_ex (); |
95 | } | 95 | } |
96 | while (rc == GSASL_NEEDS_MORE); | ||
97 | 96 | ||
98 | if (rc != GSASL_OK) | 97 | if (rc != GSASL_OK) |
99 | { | 98 | { | ... | ... |
-
Please register or sign in to post a comment