From 1b4e1f7577f04263bb959874c5ddc1ef1a9f1769 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 27 Feb 2012 15:24:26 +0000 Subject: - removing old nat server code --- src/transport/test_transport_api_limited_sockets.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/transport/test_transport_api_limited_sockets.c') diff --git a/src/transport/test_transport_api_limited_sockets.c b/src/transport/test_transport_api_limited_sockets.c index 015c28c16..8b8cdc07a 100644 --- a/src/transport/test_transport_api_limited_sockets.c +++ b/src/transport/test_transport_api_limited_sockets.c @@ -304,7 +304,6 @@ int main (int argc, char *argv[]) { int ret = 0; - int nat_res; test_plugin = NULL; @@ -321,25 +320,6 @@ main (int argc, char *argv[]) #endif NULL); - if ((test_plugin != NULL) && - ((strcmp (test_plugin, "tcp_nat") == 0) || - (strcmp (test_plugin, "udp_nat") == 0))) - { - nat_res = GNUNET_OS_check_helper_binary ("gnunet-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"); - 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"); - return 0; - } - } - #if !HAVE_SETRLIMIT GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Cannot run test on this system\n"); -- cgit v1.2.3