]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap-proxy: Don't discard the first pipelined command after LOGIN
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 1 Nov 2017 22:03:57 +0000 (00:03 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 1 Nov 2017 22:03:57 +0000 (00:03 +0200)
src/imap-login/imap-proxy.c

index dfdbd2c568cd4e9b9ee39574ce39465929694c90..96caea7e6ef7276c62db1151fb7ea20ff3d5f16d 100644 (file)
@@ -344,7 +344,6 @@ int imap_proxy_parse_line(struct client *client, const char *line)
                client_send_login_reply(imap_client, str, line + 5);
                o_stream_nsend(client->output, str_data(str), str_len(str));
 
-               (void)client_skip_line(imap_client);
                client_proxy_finish_destroy_client(client);
                return 1;
        } else if (strncmp(line, "L ", 2) == 0) {