1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpgsm.c: Fixed value parsing for --with-validation.

* call-agent.c (start_agent): Ignore an empty GPG_AGENT_INFO.
* call-dirmngr.c (start_dirmngr): Likewise for DIRMNGR_INFO.
This commit is contained in:
Werner Koch 2004-02-17 17:21:07 +00:00
parent d68674a77a
commit 81edc1e40e
4 changed files with 9 additions and 4 deletions

View file

@ -142,7 +142,7 @@ start_dirmngr (void)
the access to the dirmngr */
infostr = force_pipe_server? NULL : getenv ("DIRMNGR_INFO");
if (!infostr)
if (!infostr || !*infostr)
{
const char *pgmname;
const char *argv[3];