Skip to content

Commit

Permalink
doveadm-server: Remove flush before multiplex
Browse files Browse the repository at this point in the history
It's not really necessary, found by coverity
  • Loading branch information
cmouse committed Oct 10, 2017
1 parent bc038df commit ca877ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/doveadm/client-connection.c
Expand Up @@ -512,7 +512,6 @@ static void client_connection_input(struct client_connection *conn)
if (!conn->io_setup) {
conn->io_setup = TRUE;
if (conn->use_multiplex) {
o_stream_flush(conn->output);
struct ostream *os = conn->output;
conn->output = o_stream_create_multiplex(os, (size_t)-1);
o_stream_set_name(conn->output, o_stream_get_name(os));
Expand Down

0 comments on commit ca877ea

Please sign in to comment.