mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -97,7 +97,7 @@ ask_for_card (ctrl_t ctrl, const unsigned char *shadow_info, char **r_kid)
|
|||
}
|
||||
else
|
||||
{
|
||||
rc = agent_get_confirmation (ctrl, desc, NULL, NULL);
|
||||
rc = agent_get_confirmation (ctrl, desc, NULL, NULL, 0);
|
||||
xfree (desc);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue