aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-14 18:51:09 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-14 18:51:09 +0000
commita7ff4f3120966784c424786603d6292c0eca4a15 (patch)
tree1b20b239e8a5e293ecb4f8cbc750d10234ba5063
parent6db03408c6a8edb45c6636fb5e75ce0df72dab42 (diff)
downloadgnunet-a7ff4f3120966784c424786603d6292c0eca4a15.tar.gz
gnunet-a7ff4f3120966784c424786603d6292c0eca4a15.zip
-pass stderr to helpers:
-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);