diff options
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index 01f3ae24e..9238a2219 100644 --- a/agent/command.c +++ b/agent/command.c @@ -1229,7 +1229,7 @@ cmd_get_confirmation (assuan_context_t ctx, char *line) if (desc) plus_to_blank (desc); - rc = agent_get_confirmation (ctrl, desc, NULL, NULL); + rc = agent_get_confirmation (ctrl, desc, NULL, NULL, 0); if (rc) log_error ("command get_confirmation failed: %s\n", gpg_strerror (rc)); return rc; |