aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test.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/nat/test_nat_test.c
parenta06237deeec4aed38b09f633d7ebbeabb7da4c03 (diff)
downloadgnunet-2a35e345a204cb357361406f28e07bf9076cb092.tar.gz
gnunet-2a35e345a204cb357361406f28e07bf9076cb092.zip
Allow redirection of STDERR when starting processes.
Diffstat (limited to 'src/nat/test_nat_test.c')
-rw-r--r--src/nat/test_nat_test.c3
1 files changed, 2 insertions, 1 deletions
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[])
107 107
108 gns = GNUNET_OS_start_process (GNUNET_YES, 108 gns = GNUNET_OS_start_process (GNUNET_YES,
109 GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 109 GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
110 NULL, NULL, "gnunet-nat-server", 110 NULL, NULL, NULL,
111 "gnunet-nat-server",
111 "gnunet-nat-server", 112 "gnunet-nat-server",
112 "-c", "test_nat_test_data.conf", 113 "-c", "test_nat_test_data.conf",
113 "12345", NULL); 114 "12345", NULL);