aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/timeout_watchdog_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/timeout_watchdog_w32.c b/contrib/timeout_watchdog_w32.c
index 63082fa02..46a615755 100644
--- a/contrib/timeout_watchdog_w32.c
+++ b/contrib/timeout_watchdog_w32.c
@@ -150,7 +150,7 @@ main (int argc, char *argv[])
150 memset (&start, 0, sizeof (start)); 150 memset (&start, 0, sizeof (start));
151 start.cb = sizeof (start); 151 start.cb = sizeof (start);
152 152
153 if (!CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES, CREATE_SUSPENDED, 153 if (!CreateProcessW (wpath, wcmd, NULL, NULL, TRUE, CREATE_SUSPENDED,
154 NULL, NULL, &start, &proc)) 154 NULL, NULL, &start, &proc))
155 { 155 {
156 wprintf (L"Failed to get spawn process `%s' with arguments `%s': %lu\n", wpath, wcmd, GetLastError ()); 156 wprintf (L"Failed to get spawn process `%s' with arguments `%s': %lu\n", wpath, wcmd, GetLastError ());