projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9811f28
)
0001602: A patch to fix process spawning with redirected std streams
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 15 Sep 2010 08:28:20 +0000
(08:28 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 15 Sep 2010 08:28:20 +0000
(08:28 +0000)
src/testing/testing.c
patch
|
blob
|
history
diff --git
a/src/testing/testing.c
b/src/testing/testing.c
index 8156e6a0a5d69f69b0daed9e2c2c21da84bad063..e493f5f6c7ee9111eec932fd83e2df98cc2a3ece 100644
(file)
--- 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;