Skip to content

Commit

Permalink
lib-smtp: Mark default as unreached in smtp_client_command_abort
Browse files Browse the repository at this point in the history
Satisfies static analyzers
  • Loading branch information
cmouse committed Feb 8, 2019
1 parent f5c8e09 commit bb39595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-smtp/smtp-client-command.c
Expand Up @@ -261,7 +261,7 @@ void smtp_client_command_abort(struct smtp_client_command **_cmd)
conn->cmd_wait_list_count--;
break;
default:
break;
i_unreached();
}

if (cmd->abort_callback != NULL) {
Expand Down

0 comments on commit bb39595

Please sign in to comment.