mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Use cancel button in confirmation only if requested.
This commit is contained in:
parent
5f8acaccc0
commit
aa03d8f184
8 changed files with 41 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue