Skip to content

Commit

Permalink
doveadm mcp keypair generate: Fix -f parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and cmouse committed Oct 10, 2017
1 parent b9ead8d commit 577616b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/mail-crypt/doveadm-mail-crypt.c
Expand Up @@ -919,6 +919,7 @@ static bool cmd_mcp_keypair_generate_parse_arg(struct doveadm_mail_cmd_context *
break;
case 'f':
ctx->force = TRUE;
break;
default:
return FALSE;
}
Expand Down

0 comments on commit 577616b

Please sign in to comment.