aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/helper.c')
-rw-r--r--src/util/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index 82b94aa2f..64b014994 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -341,7 +341,7 @@ start_helper (struct GNUNET_HELPER_Handle *h)
341 h->fh_to_helper = 341 h->fh_to_helper =
342 GNUNET_DISK_pipe_handle (h->helper_in, GNUNET_DISK_PIPE_END_WRITE); 342 GNUNET_DISK_pipe_handle (h->helper_in, GNUNET_DISK_PIPE_END_WRITE);
343 h->helper_proc = 343 h->helper_proc =
344 GNUNET_OS_start_process_vap (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR, 344 GNUNET_OS_start_process_vap (GNUNET_YES, GNUNET_OS_INHERIT_STD_ERR,
345 h->helper_in, h->helper_out, 345 h->helper_in, h->helper_out,
346 h->binary_name, 346 h->binary_name,
347 h->binary_argv); 347 h->binary_argv);