diff options
author | Werner Koch <[email protected]> | 2009-06-17 10:19:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-06-17 10:19:50 +0000 |
commit | aa03d8f184dd6acbf75c316b44bccc0325af35a3 (patch) | |
tree | 9bd764140f9fa712bdf9786781b7cec6b8159345 /agent/command.c | |
parent | Add readcert command. (diff) | |
download | gnupg-aa03d8f184dd6acbf75c316b44bccc0325af35a3.tar.gz gnupg-aa03d8f184dd6acbf75c316b44bccc0325af35a3.zip |
Use cancel button in confirmation only if requested.
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; |