diff options
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 180c88adf..e5a6c222e 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -375,7 +375,7 @@ main (int argc, char **argv) } { - char *tmp = make_filename (default_homedir (), + char *tmp = make_filename (gnupg_socketdir (), GPG_AGENT_SOCK_NAME, NULL); es_fprintf (outfp, "agent-socket:%s\n", gc_percent_escape (tmp)); xfree (tmp); |