diff options
author | Werner Koch <[email protected]> | 2010-02-18 10:45:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-02-18 10:45:01 +0000 |
commit | ae4afd61a5046ab63c8a528f4b4c03cf0f410bbd (patch) | |
tree | 85bb61bf912e5279e3dd254216cfa76e4214bce9 /agent/call-pinentry.c | |
parent | preparing a release candidate (diff) | |
download | gnupg-2.0.15rc1.tar.gz gnupg-2.0.15rc1.zip |
Fixed backport of libassuan-2 changes.gnupg-2.0.15rc1
Diffstat (limited to '')
-rw-r--r-- | agent/call-pinentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index 28cf59af8..47fa7261b 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -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, |