aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-24 10:39:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-24 10:39:32 +0000
commit225817adfe1795c746298656ac9d44e23a1e7a0f (patch)
treeb96b377c5f481599059b13446fc6924d8afd527f /src/vpn
parent1023b88469981495e86eab478d4a8b3494eec258 (diff)
downloadgnunet-225817adfe1795c746298656ac9d44e23a1e7a0f.tar.gz
gnunet-225817adfe1795c746298656ac9d44e23a1e7a0f.zip
-fixes
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/test_gnunet_vpn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vpn/test_gnunet_vpn.c b/src/vpn/test_gnunet_vpn.c
index d363001f0..b7582dd57 100644
--- a/src/vpn/test_gnunet_vpn.c
+++ b/src/vpn/test_gnunet_vpn.c
@@ -31,6 +31,8 @@
31 31
32#define PORT 48080 32#define PORT 48080
33 33
34#define START_ARM GNUNET_YES
35
34struct PeerContext 36struct PeerContext
35{ 37{
36 struct GNUNET_CONFIGURATION_Handle *cfg; 38 struct GNUNET_CONFIGURATION_Handle *cfg;
@@ -385,6 +387,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
385#endif 387#endif
386 "-c", cfgname, NULL); 388 "-c", cfgname, NULL);
387#endif 389#endif
390 GNUNET_assert (NULL != p->arm_proc);
388 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 391 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
389} 392}
390 393