aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-uri.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-02-20 10:35:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-02-20 10:35:33 +0000
commit2a35e345a204cb357361406f28e07bf9076cb092 (patch)
tree8c51b5dae07a1f3a3a6a13ac6c623e0b0df2a070 /src/util/gnunet-uri.c
parenta06237deeec4aed38b09f633d7ebbeabb7da4c03 (diff)
downloadgnunet-2a35e345a204cb357361406f28e07bf9076cb092.tar.gz
gnunet-2a35e345a204cb357361406f28e07bf9076cb092.zip
Allow redirection of STDERR when starting processes.
Diffstat (limited to 'src/util/gnunet-uri.c')
-rw-r--r--src/util/gnunet-uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/gnunet-uri.c b/src/util/gnunet-uri.c
index 279c5a42e..545b78981 100644
--- a/src/util/gnunet-uri.c
+++ b/src/util/gnunet-uri.c
@@ -113,7 +113,7 @@ run (void *cls, char *const *args, const char *cfgfile,
113 GNUNET_DISK_PIPE_END_READ), 113 GNUNET_DISK_PIPE_END_READ),
114 &maint_child_death, NULL); 114 &maint_child_death, NULL);
115 p = GNUNET_OS_start_process (GNUNET_NO, 0, 115 p = GNUNET_OS_start_process (GNUNET_NO, 0,
116 NULL, NULL, 116 NULL, NULL, NULL,
117 program, 117 program,
118 program, 118 program,
119 args[0], 119 args[0],