From a7ff4f3120966784c424786603d6292c0eca4a15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Jul 2012 18:51:09 +0000 Subject: [PATCH] -pass stderr to helpers: --- src/util/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) h->fh_to_helper = GNUNET_DISK_pipe_handle (h->helper_in, GNUNET_DISK_PIPE_END_WRITE); h->helper_proc = - GNUNET_OS_start_process_vap (GNUNET_NO, 0, + GNUNET_OS_start_process_vap (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR, h->helper_in, h->helper_out, h->binary_name, h->binary_argv); -- 2.25.1