1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-04 22:57:47 +02:00

agent: Allow using --gogconf-list even if HOME does not exist.

* agent/gpg-agent.c (main): Do not create directories in gpgconf mode.
--

GnuPG-bug-id: 4866
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2020-08-25 10:56:06 +02:00
parent 1e61280ffc
commit b17846e4fd
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -1378,6 +1378,7 @@ main (int argc, char **argv)
}
/* Try to create missing directories. */
if (!gpgconf_list)
create_directories ();
if (debug_wait && pipe_server)