aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp-w32.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-01-26 11:43:40 +0000
committerJustus Winter <[email protected]>2016-02-23 10:58:20 +0000
commit5d8f7b16c8490d6951772fa98c1f075a952cc571 (patch)
tree03703ad6174073be907008602f84eb627fa3557e /common/exechelp-w32.c
parentcommon/exechelp: Fix handle leak. (diff)
downloadgnupg-5d8f7b16c8490d6951772fa98c1f075a952cc571.tar.gz
gnupg-5d8f7b16c8490d6951772fa98c1f075a952cc571.zip
common/exechelp: Disable debugging by default.
* common/exechelp-w32.c (DEBUG_W32_SPAWN): Set to 0. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'common/exechelp-w32.c')
-rw-r--r--common/exechelp-w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exechelp-w32.c b/common/exechelp-w32.c
index 1a29973e6..3ddff8ee5 100644
--- a/common/exechelp-w32.c
+++ b/common/exechelp-w32.c
@@ -65,7 +65,7 @@
#include "exechelp.h"
/* Define to 1 do enable debugging. */
-#define DEBUG_W32_SPAWN 1
+#define DEBUG_W32_SPAWN 0
/* It seems Vista doesn't grok X_OK and so fails access() tests.