1
0
Fork 0
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:
Werner Koch 2010-02-18 10:45:01 +00:00
parent cb6506e9ac
commit ae4afd61a5
4 changed files with 10 additions and 6 deletions

View file

@ -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,