Skip to content

Commit

Permalink
lib-smtp: client: Fix dead assignment in smtp_client_command_pipeline…
Browse files Browse the repository at this point in the history
…_is_open().

Found by scan-build.
  • Loading branch information
stephanbosch authored and sirainen committed Jan 23, 2019
1 parent c629734 commit 9554882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib-smtp/smtp-client-command.c
Expand Up @@ -616,7 +616,6 @@ smtp_client_command_pipeline_is_open(struct smtp_client_connection *conn)
cmd = cmd->next;
}

cmd = conn->cmd_send_queue_head;
return TRUE;
}

Expand Down

0 comments on commit 9554882

Please sign in to comment.