projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1023b88
)
-fixes
author
Christian Grothoff
<christian@grothoff.org>
Tue, 24 Jan 2012 10:39:32 +0000
(10:39 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 24 Jan 2012 10:39:32 +0000
(10:39 +0000)
src/vpn/test_gnunet_vpn.c
patch
|
blob
|
history
diff --git
a/src/vpn/test_gnunet_vpn.c
b/src/vpn/test_gnunet_vpn.c
index d363001f02b304be1a2134b32d3fed3947eab416..b7582dd576f401daa907e6e402e762717a8c663a 100644
(file)
--- a/
src/vpn/test_gnunet_vpn.c
+++ b/
src/vpn/test_gnunet_vpn.c
@@
-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));
}