From 2a35e345a204cb357361406f28e07bf9076cb092 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 20 Feb 2014 10:35:33 +0000 Subject: Allow redirection of STDERR when starting processes. --- src/statistics/test_statistics_api_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statistics/test_statistics_api_loop.c') diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c index 7a7b44c1f..13520d702 100644 --- a/src/statistics/test_statistics_api_loop.c +++ b/src/statistics/test_statistics_api_loop.c @@ -94,7 +94,7 @@ main (int argc, char *argv_ign[]) binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-statistics"); proc = GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, - NULL, NULL, + NULL, NULL, NULL, binary, "gnunet-service-statistics", "-c", "test_statistics_api_data.conf", NULL); -- cgit v1.2.3