gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22938 - gnunet/src/util
Date: Fri, 27 Jul 2012 12:25:50 +0200

Author: LRN
Date: 2012-07-27 12:25:50 +0200 (Fri, 27 Jul 2012)
New Revision: 22938

Modified:
   gnunet/src/util/helper.c
Log:
Use pipe control for helper processes

This fixes testbed service leak in testbed tests.
Either this, or NOT using helper API for testbed helper.

Modified: gnunet/src/util/helper.c
===================================================================
--- gnunet/src/util/helper.c    2012-07-27 10:25:44 UTC (rev 22937)
+++ gnunet/src/util/helper.c    2012-07-27 10:25:50 UTC (rev 22938)
@@ -341,7 +341,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, GNUNET_OS_INHERIT_STD_ERR, 
+      GNUNET_OS_start_process_vap (GNUNET_YES, 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]