diff options
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r-- | tools/gpgconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 46489df1f..522ce517b 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -1182,9 +1182,7 @@ show_versions_via_dirmngr (estream_t fp) argv[0] = "--gpgconf-versions"; argv[1] = NULL; err = gnupg_process_spawn (pgmname, argv, - (GNUPG_PROCESS_STDIN_NULL - | GNUPG_PROCESS_STDOUT_PIPE - | GNUPG_PROCESS_STDERR_NULL), + GNUPG_PROCESS_STDOUT_PIPE, NULL, NULL, &proc); if (err) { |