aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-auto-share.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/fs/gnunet-auto-share.c
parenta06237deeec4aed38b09f633d7ebbeabb7da4c03 (diff)
downloadgnunet-2a35e345a204cb357361406f28e07bf9076cb092.tar.gz
gnunet-2a35e345a204cb357361406f28e07bf9076cb092.zip
Allow redirection of STDERR when starting processes.
Diffstat (limited to 'src/fs/gnunet-auto-share.c')
-rw-r--r--src/fs/gnunet-auto-share.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-auto-share.c b/src/fs/gnunet-auto-share.c
index 2106d67f1..ca9535d1b 100644
--- a/src/fs/gnunet-auto-share.c
+++ b/src/fs/gnunet-auto-share.c
@@ -488,7 +488,7 @@ work (void *cls,
488 _("Publishing `%s'\n"), 488 _("Publishing `%s'\n"),
489 wi->filename); 489 wi->filename);
490 publish_proc = GNUNET_OS_start_process_vap (GNUNET_YES, 490 publish_proc = GNUNET_OS_start_process_vap (GNUNET_YES,
491 0, NULL, NULL, 491 0, NULL, NULL, NULL,
492 "gnunet-publish", 492 "gnunet-publish",
493 argv); 493 argv);
494 if (NULL == publish_proc) 494 if (NULL == publish_proc)