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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/test_nat_test.c b/src/nat/test_nat_test.c
index c213ffa1e..7d4964b5c 100644
--- a/src/nat/test_nat_test.c
+++ b/src/nat/test_nat_test.c
@@ -92,7 +92,7 @@ main (int argc, char *const argv[])
92 "WARNING", 92 "WARNING",
93 NULL); 93 NULL);
94 94
95 nat_res = GNUNET_OS_check_helper_binary ("gnunet-nat-server"); 95 nat_res = GNUNET_OS_check_helper_binary ("gnunet-nat-server", FALSE, NULL);
96 if (GNUNET_SYSERR == nat_res) 96 if (GNUNET_SYSERR == nat_res)
97 { 97 {
98 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 98 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,