aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/exectool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exectool.c b/common/exectool.c
index 900020ecc..6d22e29f8 100644
--- a/common/exectool.c
+++ b/common/exectool.c
@@ -331,7 +331,7 @@ gnupg_exec_tool_stream (const char *pgmname, const char *argv[],
#else
int exceptclose[2];
#endif
- gnupg_fd_t extrapipe;
+ gnupg_fd_t extrapipe = GNUPG_INVALID_FD;
char extrafdbuf[20];
const char *argsave = NULL;
int argsaveidx;