gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12990 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r12990 - gnunet/src/testing
Date: Wed, 15 Sep 2010 10:28:20 +0200

Author: wachs
Date: 2010-09-15 10:28:20 +0200 (Wed, 15 Sep 2010)
New Revision: 12990

Modified:
   gnunet/src/testing/testing.c
Log:
0001602: A patch to fix process spawning with redirected std streams 


Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2010-09-15 08:27:19 UTC (rev 12989)
+++ gnunet/src/testing/testing.c        2010-09-15 08:28:20 UTC (rev 12990)
@@ -241,7 +241,7 @@
       /* fall-through */
     case SP_COPIED:
       /* Start create hostkey process */
-      d->pipe_stdout = GNUNET_DISK_pipe(GNUNET_NO);
+      d->pipe_stdout = GNUNET_DISK_pipe (GNUNET_NO, GNUNET_NO, GNUNET_YES);
       if (d->pipe_stdout == NULL)
         {
           cb = d->cb;




reply via email to

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