X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnat%2Ftest_nat_test.c;h=64617880aae5dbe4529f6a287b12003d5a37da7a;hb=57aab79c1d1b7036018eca127501632e85c4b37b;hp=b3fb64221c9c11ee0d467c5ebef017eec62c5083;hpb=5743ad799f624901abbbf35748d8aeca9edbe66b;p=oweals%2Fgnunet.git diff --git a/src/nat/test_nat_test.c b/src/nat/test_nat_test.c index b3fb64221..64617880a 100644 --- a/src/nat/test_nat_test.c +++ b/src/nat/test_nat_test.c @@ -111,13 +111,14 @@ main (int argc, char *const argv[]) nat_res = GNUNET_OS_check_helper_binary ("gnunet-nat-server"); if (GNUNET_SYSERR == nat_res) { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Cannot run NAT test: `%s' file not found\n", + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + "Cannot run NAT test: `%s' file not found\n", "gnunet-nat-server"); return 0; } gns = - GNUNET_OS_start_process (NULL, NULL, "gnunet-nat-server", + GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-nat-server", "gnunet-nat-server", #if VERBOSE "-L", "DEBUG",