aboutsummaryrefslogtreecommitdiffstats
path: root/common/exectool.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/exectool.c')
-rw-r--r--common/exectool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exectool.c b/common/exectool.c
index 9a8e61c20..3505c25f1 100644
--- a/common/exectool.c
+++ b/common/exectool.c
@@ -416,7 +416,7 @@ gnupg_exec_tool_stream (const char *pgmname, const char *argv[],
err = gnupg_process_spawn (pgmname, argv,
((input
? GNUPG_PROCESS_STDIN_PIPE
- : GNUPG_PROCESS_STDIN_NULL)
+ : 0)
| GNUPG_PROCESS_STDOUT_PIPE
| GNUPG_PROCESS_STDERR_PIPE),
gnupg_spawn_helper, exceptclose, &proc);