aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/test_peerinfo_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-03 11:36:52 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-03 11:36:52 +0000
commit5c66facab3dae1b9dd7d7ee12c72b3dd9c51429a (patch)
treec03cf0fd9ef32e76ffa058f8e29ab5ed7531c87b /src/peerinfo/test_peerinfo_api.c
parent5fed535a3e841e0c317506db8a698b65a4b4cf28 (diff)
downloadgnunet-5c66facab3dae1b9dd7d7ee12c72b3dd9c51429a.tar.gz
gnunet-5c66facab3dae1b9dd7d7ee12c72b3dd9c51429a.zip
f-xi
Diffstat (limited to 'src/peerinfo/test_peerinfo_api.c')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index 71da46be4..e4eb7d480 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -96,7 +96,7 @@ add_peer ()
96 memset (&pkey, 32, sizeof (pkey)); 96 memset (&pkey, 32, sizeof (pkey));
97 GNUNET_CRYPTO_hash (&pkey, sizeof (pkey), &pid.hashPubKey); 97 GNUNET_CRYPTO_hash (&pkey, sizeof (pkey), &pid.hashPubKey);
98 h2 = GNUNET_HELLO_create (&pkey, &address_generator, &agc); 98 h2 = GNUNET_HELLO_create (&pkey, &address_generator, &agc);
99 GNUNET_PEERINFO_add_peer (h, h2); 99 GNUNET_PEERINFO_add_peer (h, h2, NULL, NULL);
100 GNUNET_free (h2); 100 GNUNET_free (h2);
101 101
102} 102}