[Pkg-gnupg-commit] [gnupg2] 50/205: common/exechelp: Disable debugging by default.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 11 08:38:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 5d8f7b16c8490d6951772fa98c1f075a952cc571
Author: Justus Winter <justus at g10code.com>
Date: Tue Jan 26 12:43:40 2016 +0100
common/exechelp: Disable debugging by default.
* common/exechelp-w32.c (DEBUG_W32_SPAWN): Set to 0.
Signed-off-by: Justus Winter <justus at g10code.com>
---
common/exechelp-w32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/exechelp-w32.c b/common/exechelp-w32.c
index 1a29973..3ddff8e 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list