Skip to content

Commit

Permalink
doveadm: Compiler warning fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Feb 21, 2016
1 parent 950a6e6 commit bb5cede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/client-connection.c
Expand Up @@ -222,7 +222,7 @@ static int doveadm_cmd_handle(struct client_connection *conn,
int argc, char *argv[])
{
struct ioloop *ioloop, *prev_ioloop = current_ioloop;
const struct doveadm_cmd *cmd;
const struct doveadm_cmd *cmd = NULL;
const struct doveadm_mail_cmd *mail_cmd;
struct doveadm_mail_cmd_context *ctx;
const struct doveadm_cmd_ver2 *cmd_ver2;
Expand Down

0 comments on commit bb5cede

Please sign in to comment.