Skip to content

Commit

Permalink
doveadm: Fixed assert-crash when command with CMD_PARAM_FLAG_DO_NOT_E…
Browse files Browse the repository at this point in the history
…XPOSE was used.
  • Loading branch information
cmouse authored and sirainen committed Feb 21, 2016
1 parent 25f12bc commit 9098289
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/doveadm/doveadm-cmd.c
Expand Up @@ -298,7 +298,6 @@ doveadm_build_options(const struct doveadm_cmd_param par[],
{
for(size_t i=0; par[i].name != NULL; i++) {
struct option longopt;
if ((par[i].flags & CMD_PARAM_FLAG_DO_NOT_EXPOSE) != 0) continue;
longopt.name = par[i].name;
longopt.flag = 0;
longopt.val = 0;
Expand Down

0 comments on commit 9098289

Please sign in to comment.