From 4be4d3b83339a600828eda550619e332ae77dce7 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 15 Sep 2010 08:28:20 +0000 Subject: [PATCH] 0001602: A patch to fix process spawning with redirected std streams --- src/testing/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1