aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test.c
diff options
context:
space:
mode:
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);