Skip to content

Commit

Permalink
doveadm: Fully populate mail_cmd in ver2 wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and sirainen committed Feb 26, 2016
1 parent e47f08b commit 76160a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/doveadm-mail.c
Expand Up @@ -911,7 +911,7 @@ doveadm_cmd_ver2_to_mail_cmd_wrapper(const struct doveadm_cmd_ver2* cmd,
ARRAY_TYPE(const_string) pargv;
int i;
struct doveadm_mail_cmd mail_cmd = {
.alloc = cmd->mail_cmd
cmd->mail_cmd, cmd->name, cmd->usage
};

ctx = doveadm_mail_cmdline_init(&mail_cmd);
Expand Down

0 comments on commit 76160a8

Please sign in to comment.