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/peerinfo/test_peerinfo_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peerinfo/test_peerinfo_api.c') diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c index 6fdfdc5ca..59ea0ac8a 100644 --- a/src/peerinfo/test_peerinfo_api.c +++ b/src/peerinfo/test_peerinfo_api.c @@ -93,7 +93,7 @@ add_peer () agc = 2; memset (&pkey, 32, sizeof (pkey)); GNUNET_CRYPTO_hash (&pkey, sizeof (pkey), &pid.hashPubKey); - h2 = GNUNET_HELLO_create (&pkey, &address_generator, &agc); + h2 = GNUNET_HELLO_create (&pkey, &address_generator, &agc, GNUNET_NO); GNUNET_PEERINFO_add_peer (h, h2, NULL, NULL); GNUNET_free (h2); -- cgit v1.2.3