-pass stderr to helpers:
authorChristian Grothoff <christian@grothoff.org>
Sat, 14 Jul 2012 18:51:09 +0000 (18:51 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 14 Jul 2012 18:51:09 +0000 (18:51 +0000)
src/util/helper.c

index 64f082bee6755f248cc1fe672e3daa67eecc376f..16b3465c04b9c019dbfdbb5ba98619b70ce31957 100644 (file)
@@ -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);