aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 64f082bee..16b3465c0 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -314,7 +314,7 @@ start_helper (struct GNUNET_HELPER_Handle *h)
314 h->fh_to_helper = 314 h->fh_to_helper =
315 GNUNET_DISK_pipe_handle (h->helper_in, GNUNET_DISK_PIPE_END_WRITE); 315 GNUNET_DISK_pipe_handle (h->helper_in, GNUNET_DISK_PIPE_END_WRITE);
316 h->helper_proc = 316 h->helper_proc =
317 GNUNET_OS_start_process_vap (GNUNET_NO, 0, 317 GNUNET_OS_start_process_vap (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR,
318 h->helper_in, h->helper_out, 318 h->helper_in, h->helper_out,
319 h->binary_name, 319 h->binary_name,
320 h->binary_argv); 320 h->binary_argv);