sasl_server_auth_client_error(&client->common,
"Authentication aborted");
} else {
+ client_set_auth_waiting(client);
auth_client_request_continue(client->common.auth_request, line);
io_remove(&client->io);
to call client_destroy() in here. */
(void)o_stream_sendv(client->output, iov, 3);
+ if (client->to_auth_waiting != NULL)
+ timeout_remove(&client->to_auth_waiting);
+
i_assert(client->io == NULL);
client->io = io_add(client->common.fd, IO_READ,
client_auth_input, client);