aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport.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/transport/gnunet-transport.c
parenta06237deeec4aed38b09f633d7ebbeabb7da4c03 (diff)
downloadgnunet-2a35e345a204cb357361406f28e07bf9076cb092.tar.gz
gnunet-2a35e345a204cb357361406f28e07bf9076cb092.zip
Allow redirection of STDERR when starting processes.
Diffstat (limited to 'src/transport/gnunet-transport.c')
-rw-r--r--src/transport/gnunet-transport.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c
index 49c31663b..f9d3ad44a 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -665,8 +665,10 @@ do_test_configuration (const struct GNUNET_CONFIGURATION_Handle *cfg)
665 { 665 {
666 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-resolver"); 666 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-resolver");
667 resolver = GNUNET_OS_start_process (GNUNET_YES, 667 resolver = GNUNET_OS_start_process (GNUNET_YES,
668 GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, binary, 668 GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
669 "gnunet-service-resolver", NULL ); 669 NULL, NULL, NULL,
670 binary,
671 "gnunet-service-resolver", NULL );
670 GNUNET_free(binary); 672 GNUNET_free(binary);
671 } 673 }
672 resolver_users++; 674 resolver_users++;