Commit a93eb943 a93eb943eb3d7e5943d6870c0b02689277a6cd69 by Sergey Poznyakoff

Removed leftover "while"

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