From: Matthias Wachs Date: Wed, 15 Sep 2010 08:28:20 +0000 (+0000) Subject: 0001602: A patch to fix process spawning with redirected std streams X-Git-Tag: initial-import-from-subversion-38251~20333 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4be4d3b83339a600828eda550619e332ae77dce7;p=oweals%2Fgnunet.git 0001602: A patch to fix process spawning with redirected std streams --- diff --git a/src/testing/testing.c b/src/testing/testing.c index 8156e6a0a..e493f5f6c 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -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;