gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19346 - gnunet/src/vpn


From: gnunet
Subject: [GNUnet-SVN] r19346 - gnunet/src/vpn
Date: Tue, 24 Jan 2012 15:43:49 +0100

Author: grothoff
Date: 2012-01-24 15:43:49 +0100 (Tue, 24 Jan 2012)
New Revision: 19346

Modified:
   gnunet/src/vpn/test_gnunet_vpn.c
   gnunet/src/vpn/test_gnunet_vpn.conf
Log:
-bugfixes

Modified: gnunet/src/vpn/test_gnunet_vpn.c
===================================================================
--- gnunet/src/vpn/test_gnunet_vpn.c    2012-01-24 14:42:51 UTC (rev 19345)
+++ gnunet/src/vpn/test_gnunet_vpn.c    2012-01-24 14:43:49 UTC (rev 19346)
@@ -33,6 +33,8 @@
 
 #define START_ARM GNUNET_YES
 
+#define VERBOSE GNUNET_YES
+
 struct PeerContext
 {
   struct GNUNET_CONFIGURATION_Handle *cfg;
@@ -257,7 +259,7 @@
   if (AF_INET != af)
   {
     fprintf (stderr, 
-z           "VPN failed to allocate appropriate address\n");
+            "VPN failed to allocate appropriate address\n");
     GNUNET_SCHEDULER_shutdown ();
     return;
   }

Modified: gnunet/src/vpn/test_gnunet_vpn.conf
===================================================================
--- gnunet/src/vpn/test_gnunet_vpn.conf 2012-01-24 14:42:51 UTC (rev 19345)
+++ gnunet/src/vpn/test_gnunet_vpn.conf 2012-01-24 14:43:49 UTC (rev 19346)
@@ -16,6 +16,8 @@
 # interface does not exist; can we use 'lo'?
 EXIT_IFNAME = eth1
 
+[vpn]
+DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES




reply via email to

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