gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35776 - gnunet/src/pt


From: gnunet
Subject: [GNUnet-SVN] r35776 - gnunet/src/pt
Date: Fri, 22 May 2015 11:23:11 +0200

Author: grothoff
Date: 2015-05-22 11:23:11 +0200 (Fri, 22 May 2015)
New Revision: 35776

Modified:
   gnunet/src/pt/test_gnunet_vpn.c
Log:
-do not print this garbage

Modified: gnunet/src/pt/test_gnunet_vpn.c
===================================================================
--- gnunet/src/pt/test_gnunet_vpn.c     2015-05-22 09:20:27 UTC (rev 35775)
+++ gnunet/src/pt/test_gnunet_vpn.c     2015-05-22 09:23:11 UTC (rev 35776)
@@ -412,8 +412,6 @@
 #endif
   vpn_binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-vpn");
   exit_binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-exit");
-  fprintf (stderr,"%s\n", vpn_binary);
-  fprintf (stderr,"%s\n", exit_binary);
   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!
       (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
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]