From b3883971cd31d198dbd768fffb15960dff0352a6 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 28 Mar 2013 15:14:38 +0000 Subject: new friend only HELLO type GNUNET_MESSAGE_TYPE_FRIEND_HELLO --- src/transport/test_plugin_transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/test_plugin_transport.c') 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, &my_identity.hashPubKey); - hello = GNUNET_HELLO_create(&my_public_key, NULL, NULL); + hello = GNUNET_HELLO_create(&my_public_key, NULL, NULL, GNUNET_NO); /* load plugins... */ setup_plugin_environment (); -- cgit v1.2.3