aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 2cabd214e..c1ee08728 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -1052,7 +1052,7 @@ start_process (int pipe_control,
1052 } 1052 }
1053 1053
1054 bresult = CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES, 1054 bresult = CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES,
1055 CREATE_NO_WINDOW | CREATE_SUSPENDED, env_block, NULL, &start, &proc); 1055 CREATE_SUSPENDED, env_block, NULL, &start, &proc);
1056 error_code = GetLastError (); 1056 error_code = GetLastError ();
1057 1057
1058 if ((NULL == pipe_stdin) && (stdih)) 1058 if ((NULL == pipe_stdin) && (stdih))