From 12c5d5b026fae9066ad279298197fd5ca407479d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 15 Sep 2011 12:30:50 +0000 Subject: actually use external resolution code; fix SUID check --- src/nat/test_nat_test.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (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 1b4d1bc1d..e960bc3fd 100644 --- a/src/nat/test_nat_test.c +++ b/src/nat/test_nat_test.c @@ -108,23 +108,23 @@ main (int argc, char *const argv[]) #endif NULL); - nat_res = GNUNET_OS_check_helper_binary ("gnunet-nat-server"); + nat_res = GNUNET_OS_check_helper_binary ("gnunet-helper-nat-server"); if (GNUNET_NO == nat_res) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Cannot run NAT test: `%s' %s \n", - "gnunet-nat-server", "SUID not set"); + "gnunet-helper-nat-server", "SUID not set"); return 0; } if (GNUNET_SYSERR == nat_res) { GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Cannot run NAT test: `%s' %s \n", - "gnunet-nat-server", "file not found"); + "gnunet-helper-nat-server", "file not found"); return 0; } gns = - GNUNET_OS_start_process (NULL, NULL, "gnunet-nat-server", - "gnunet-nat-server", + GNUNET_OS_start_process (NULL, NULL, "gnunet-helper-nat-server", + "gnunet-helper-nat-server", #if VERBOSE "-L", "DEBUG", #endif -- cgit v1.2.3