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:
6db0340
)
-pass stderr to helpers:
author
Christian Grothoff
<christian@grothoff.org>
Sat, 14 Jul 2012 18:51:09 +0000
(18:51 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 14 Jul 2012 18:51:09 +0000
(18:51 +0000)
src/util/helper.c
patch
|
blob
|
history
diff --git
a/src/util/helper.c
b/src/util/helper.c
index 64f082bee6755f248cc1fe672e3daa67eecc376f..16b3465c04b9c019dbfdbb5ba98619b70ce31957 100644
(file)
--- a/
src/util/helper.c
+++ b/
src/util/helper.c
@@
-314,7
+314,7
@@
start_helper (struct GNUNET_HELPER_Handle *h)
h->fh_to_helper =
GNUNET_DISK_pipe_handle (h->helper_in, GNUNET_DISK_PIPE_END_WRITE);
h->helper_proc =
- GNUNET_OS_start_process_vap (GNUNET_NO,
0
,
+ GNUNET_OS_start_process_vap (GNUNET_NO,
GNUNET_OS_INHERIT_STD_ERR
,
h->helper_in, h->helper_out,
h->binary_name,
h->binary_argv);