diff options
Diffstat (limited to '')
-rw-r--r-- | g10/call-agent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c index 0590514df..071be2a09 100644 --- a/g10/call-agent.c +++ b/g10/call-agent.c @@ -91,9 +91,8 @@ start_agent (void) 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, NULL, NULL); if (!rc) |