aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/perf_peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/perf_peerinfo_api.c')
-rwxr-xr-xsrc/peerinfo/perf_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/perf_peerinfo_api.c b/src/peerinfo/perf_peerinfo_api.c
index 991773cad..41533bd3f 100755
--- a/src/peerinfo/perf_peerinfo_api.c
+++ b/src/peerinfo/perf_peerinfo_api.c
@@ -87,7 +87,7 @@ add_peer (size_t i)
87 87
88 memset (&pkey, i, sizeof (pkey)); 88 memset (&pkey, i, sizeof (pkey));
89 GNUNET_CRYPTO_hash (&pkey, sizeof (pkey), &pid.hashPubKey); 89 GNUNET_CRYPTO_hash (&pkey, sizeof (pkey), &pid.hashPubKey);
90 h2 = GNUNET_HELLO_create (&pkey, &address_generator, &i); 90 h2 = GNUNET_HELLO_create (&pkey, &address_generator, &i, GNUNET_NO);
91 GNUNET_PEERINFO_add_peer (h, h2, NULL, NULL); 91 GNUNET_PEERINFO_add_peer (h, h2, NULL, NULL);
92 GNUNET_free (h2); 92 GNUNET_free (h2);
93} 93}