mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Fixed backport of libassuan-2 changes.
This commit is contained in:
parent
cb6506e9ac
commit
ae4afd61a5
4 changed files with 10 additions and 6 deletions
|
@ -406,7 +406,7 @@ start_pinentry (ctrl_t ctrl)
|
|||
|
||||
for (idx=0; tbl[idx].key; idx++)
|
||||
{
|
||||
if (asprintf (&optstr, "OPTION default-ok=%s",
|
||||
if (asprintf (&optstr, "OPTION default-%s=%s",
|
||||
tbl[idx].key, _(tbl[idx].value)) < 0 )
|
||||
return unlock_pinentry (out_of_core ());
|
||||
assuan_transact (entry_ctx, optstr, NULL, NULL, NULL, NULL, NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue