-fixes
authorChristian Grothoff <christian@grothoff.org>
Tue, 24 Jan 2012 10:39:32 +0000 (10:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 24 Jan 2012 10:39:32 +0000 (10:39 +0000)
src/vpn/test_gnunet_vpn.c

index d363001f02b304be1a2134b32d3fed3947eab416..b7582dd576f401daa907e6e402e762717a8c663a 100644 (file)
@@ -31,6 +31,8 @@
 
 #define PORT 48080
 
+#define START_ARM GNUNET_YES
+
 struct PeerContext
 {
   struct GNUNET_CONFIGURATION_Handle *cfg;
@@ -385,6 +387,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
 #endif
                                "-c", cfgname, NULL);
 #endif
+  GNUNET_assert (NULL != p->arm_proc);
   GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
 }