aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-12-18 10:22:10 +0000
committerWerner Koch <[email protected]>2004-12-18 10:22:10 +0000
commit3666a2859bd31115708b027cb69fa824c8111de4 (patch)
tree97d6df62972435b0b200232225553377bbcb005c /sm/call-agent.c
parent2004-12-17 Moritz Schulte <[email protected]> (diff)
downloadgnupg-3666a2859bd31115708b027cb69fa824c8111de4.tar.gz
gnupg-3666a2859bd31115708b027cb69fa824c8111de4.zip
Avoid the " map_to_assuan_status called with no error source" diagnostic.
Diffstat (limited to '')
-rw-r--r--sm/call-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index 3ea1c4565..0d15a5595 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -168,7 +168,7 @@ start_agent (ctrl_t ctrl)
if (rc)
return map_assuan_err (rc);
- return send_pinentry_environment (agent_ctx,
+ return send_pinentry_environment (agent_ctx, GPG_ERR_SOURCE_DEFAULT,
opt.display, opt.ttyname, opt.ttytype,
opt.lc_ctype, opt.lc_messages);
}