aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-28 15:14:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-28 15:14:38 +0000
commitb3883971cd31d198dbd768fffb15960dff0352a6 (patch)
tree1803032b911774f57158013eedfc26a3c0fb5462 /src/transport/test_plugin_transport.c
parent1fe395444d868f4fd66d44da83cb61a69acc6b66 (diff)
downloadgnunet-b3883971cd31d198dbd768fffb15960dff0352a6.tar.gz
gnunet-b3883971cd31d198dbd768fffb15960dff0352a6.zip
new friend only HELLO type GNUNET_MESSAGE_TYPE_FRIEND_HELLO
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 583e78467..58fd07c78 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -601,7 +601,7 @@ run (void *cls, char *const *args, const char *cfgfile,
601 &my_identity.hashPubKey); 601 &my_identity.hashPubKey);
602 602
603 603
604 hello = GNUNET_HELLO_create(&my_public_key, NULL, NULL); 604 hello = GNUNET_HELLO_create(&my_public_key, NULL, NULL, GNUNET_NO);
605 605
606 /* load plugins... */ 606 /* load plugins... */
607 setup_plugin_environment (); 607 setup_plugin_environment ();