gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19343 - gnunet/src/vpn
Date: Tue, 24 Jan 2012 11:39:32 +0100

Author: grothoff
Date: 2012-01-24 11:39:32 +0100 (Tue, 24 Jan 2012)
New Revision: 19343

Modified:
   gnunet/src/vpn/test_gnunet_vpn.c
Log:
-fixes

Modified: gnunet/src/vpn/test_gnunet_vpn.c
===================================================================
--- gnunet/src/vpn/test_gnunet_vpn.c    2012-01-24 10:38:19 UTC (rev 19342)
+++ gnunet/src/vpn/test_gnunet_vpn.c    2012-01-24 10:39:32 UTC (rev 19343)
@@ -31,6 +31,8 @@
 
 #define PORT 48080
 
+#define START_ARM GNUNET_YES
+
 struct PeerContext
 {
   struct GNUNET_CONFIGURATION_Handle *cfg;
@@ -385,6 +387,7 @@
 #endif
                                "-c", cfgname, NULL);
 #endif
+  GNUNET_assert (NULL != p->arm_proc);
   GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
 }
 




reply via email to

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