gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22662 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r22662 - gnunet/src/util
Date: Sat, 14 Jul 2012 20:51:09 +0200

Author: grothoff
Date: 2012-07-14 20:51:09 +0200 (Sat, 14 Jul 2012)
New Revision: 22662

Modified:
   gnunet/src/util/helper.c
Log:
-pass stderr to helpers:


Modified: gnunet/src/util/helper.c
===================================================================
--- gnunet/src/util/helper.c    2012-07-14 18:49:49 UTC (rev 22661)
+++ gnunet/src/util/helper.c    2012-07-14 18:51:09 UTC (rev 22662)
@@ -314,7 +314,7 @@
   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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]