aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/call-agent.c2
-rw-r--r--g10/call-dirmngr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c
index bacb9d5e0..74d8cec28 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -285,7 +285,7 @@ start_agent (ctrl_t ctrl, int for_card)
opt.agent_program,
opt.lc_ctype, opt.lc_messages,
opt.session_env,
- opt.verbose, DBG_ASSUAN,
+ 1, opt.verbose, DBG_ASSUAN,
NULL, NULL);
if (!rc)
{
diff --git a/g10/call-dirmngr.c b/g10/call-dirmngr.c
index 71f53240b..7150853e3 100644
--- a/g10/call-dirmngr.c
+++ b/g10/call-dirmngr.c
@@ -130,7 +130,7 @@ create_context (ctrl_t ctrl, assuan_context_t *r_ctx)
GPG_ERR_SOURCE_DEFAULT,
opt.homedir,
opt.dirmngr_program,
- opt.verbose, DBG_ASSUAN,
+ 1, opt.verbose, DBG_ASSUAN,
NULL /*gpg_status2*/, ctrl);
if (!err)
{