aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-22 09:23:11 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-22 09:23:11 +0000
commit0144106a93d59e633dfacb97c45b65ca8ad3e7ac (patch)
tree97ab8e8791ac305c4496e0099fdba92eaf04f8df /src/pt
parent044664df721c7c0be86c25c2548338154feedb9b (diff)
downloadgnunet-0144106a93d59e633dfacb97c45b65ca8ad3e7ac.tar.gz
gnunet-0144106a93d59e633dfacb97c45b65ca8ad3e7ac.zip
-do not print this garbage
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/test_gnunet_vpn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c
index 8d4d0e079..d2d166625 100644
--- a/src/pt/test_gnunet_vpn.c
+++ b/src/pt/test_gnunet_vpn.c
@@ -412,8 +412,6 @@ main (int argc, char *const *argv)
412#endif 412#endif
413 vpn_binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-vpn"); 413 vpn_binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-vpn");
414 exit_binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-exit"); 414 exit_binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-exit");
415 fprintf (stderr,"%s\n", vpn_binary);
416 fprintf (stderr,"%s\n", exit_binary);
417 if ((GNUNET_YES != (ret = GNUNET_OS_check_helper_binary (vpn_binary, GNUNET_YES, "-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0"))) || //ipv4 only please! 415 if ((GNUNET_YES != (ret = GNUNET_OS_check_helper_binary (vpn_binary, GNUNET_YES, "-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0"))) || //ipv4 only please!
418 (GNUNET_YES != (ret = GNUNET_OS_check_helper_binary (exit_binary, GNUNET_YES, "-d gnunet-vpn - - - 169.1.3.3.7 255.255.255.0")))) //no nat, ipv4 only 416 (GNUNET_YES != (ret = GNUNET_OS_check_helper_binary (exit_binary, GNUNET_YES, "-d gnunet-vpn - - - 169.1.3.3.7 255.255.255.0")))) //no nat, ipv4 only
419 { 417 {