Skip to content

Commit

Permalink
imap-proxy: Don't discard the first pipelined command after LOGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Nov 1, 2017
1 parent b1390ca commit d69c66d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imap-login/imap-proxy.c
Expand Up @@ -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) {
Expand Down

0 comments on commit d69c66d

Please sign in to comment.