aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-09-15 08:28:20 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-09-15 08:28:20 +0000
commit4be4d3b83339a600828eda550619e332ae77dce7 (patch)
tree5a096adbb0910100f67d26359b66f35570999a50 /src
parent9811f28b0f5c5c1a6ed06479ae9d5a17766e4232 (diff)
downloadgnunet-4be4d3b83339a600828eda550619e332ae77dce7.tar.gz
gnunet-4be4d3b83339a600828eda550619e332ae77dce7.zip
0001602: A patch to fix process spawning with redirected std streams
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
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,
241 /* fall-through */ 241 /* fall-through */
242 case SP_COPIED: 242 case SP_COPIED:
243 /* Start create hostkey process */ 243 /* Start create hostkey process */
244 d->pipe_stdout = GNUNET_DISK_pipe(GNUNET_NO); 244 d->pipe_stdout = GNUNET_DISK_pipe (GNUNET_NO, GNUNET_NO, GNUNET_YES);
245 if (d->pipe_stdout == NULL) 245 if (d->pipe_stdout == NULL)
246 { 246 {
247 cb = d->cb; 247 cb = d->cb;