diff options
Diffstat (limited to 'agent/call-pinentry.c')
-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, |