0001602: A patch to fix process spawning with redirected std streams
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 15 Sep 2010 08:28:20 +0000 (08:28 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 15 Sep 2010 08:28:20 +0000 (08:28 +0000)
src/testing/testing.c

index 8156e6a0a5d69f69b0daed9e2c2c21da84bad063..e493f5f6c7ee9111eec932fd83e2df98cc2a3ece 100644 (file)
@@ -241,7 +241,7 @@ start_fsm (void *cls,
       /* 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;