aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect-tool.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 /agent/protect-tool.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 'agent/protect-tool.c')
-rw-r--r--agent/protect-tool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c
index fdb791373..c2bf87d4a 100644
--- a/agent/protect-tool.c
+++ b/agent/protect-tool.c
@@ -630,7 +630,6 @@ main (int argc, char **argv )
/* Set the information which can't be taken from envvars. */
gnupg_prepare_get_passphrase (GPG_ERR_SOURCE_DEFAULT,
opt.verbose,
- gnupg_homedir (),
opt_agent_program,
NULL, NULL, NULL);