aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-06-07 11:09:00 +0000
committerWerner Koch <[email protected]>2016-06-07 11:09:00 +0000
commitfb88f37c40dc156fa0b5bfba4ac85f1e553fd7e9 (patch)
treef5e93187b6c33831bf34e7fd682787e78fdcda14 /sm/call-agent.c
parentReplace use of opt.homedir by accessor functions. (diff)
downloadgnupg-fb88f37c40dc156fa0b5bfba4ac85f1e553fd7e9.tar.gz
gnupg-fb88f37c40dc156fa0b5bfba4ac85f1e553fd7e9.zip
common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.
* common/asshelp.c (start_new_gpg_agent): Remove arg 'homedir' in favor of gnupg_homedir (). Change all callers. (start_new_dirmngr): Ditto. * common/get-passphrase.c (gnupg_prepare_get_passphrase): Remove arg 'homedir'. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'sm/call-agent.c')
-rw-r--r--sm/call-agent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index 09ae3594e..c7facbb0d 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -133,7 +133,6 @@ start_agent (ctrl_t ctrl)
{
rc = start_new_gpg_agent (&agent_ctx,
GPG_ERR_SOURCE_DEFAULT,
- gnupg_homedir (),
opt.agent_program,
opt.lc_ctype, opt.lc_messages,
opt.session_env,