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/nat/test_nat_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nat/test_nat_test.c') diff --git a/src/nat/test_nat_test.c b/src/nat/test_nat_test.c index 64425ab47..f66773a65 100644 --- a/src/nat/test_nat_test.c +++ b/src/nat/test_nat_test.c @@ -107,7 +107,8 @@ main (int argc, char *const argv[]) gns = GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, - NULL, NULL, "gnunet-nat-server", + NULL, NULL, NULL, + "gnunet-nat-server", "gnunet-nat-server", "-c", "test_nat_test_data.conf", "12345", NULL); -- cgit v1.2.3