aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-07-07 10:02:41 +0000
committerWerner Koch <[email protected]>2009-07-07 10:02:41 +0000
commitf6f5430e5014f90b685420447dffe89b220e2663 (patch)
tree0a8c28fc24f291bbc3a148f7240d1c49421f9077 /sm/call-agent.c
parent* debugging.texi (Common Problems): Add a note about corrupted (diff)
downloadgnupg-f6f5430e5014f90b685420447dffe89b220e2663.tar.gz
gnupg-f6f5430e5014f90b685420447dffe89b220e2663.zip
Reworked passing of envars to Pinentry.
Diffstat (limited to '')
-rw-r--r--sm/call-agent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index 777c44cec..47e45aba3 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -85,9 +85,8 @@ start_agent (ctrl_t ctrl)
GPG_ERR_SOURCE_DEFAULT,
opt.homedir,
opt.agent_program,
- opt.display, opt.ttyname, opt.ttytype,
opt.lc_ctype, opt.lc_messages,
- opt.xauthority, opt.pinentry_user_data,
+ opt.session_env,
opt.verbose, DBG_ASSUAN,
gpgsm_status2, ctrl);