aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo')
-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 a375ca40e..4cbbb7bf6 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -117,7 +117,7 @@ run (void *cls,
117 hello = GNUNET_HELLO_create (&pkey, &address_generator, &agc); 117 hello = GNUNET_HELLO_create (&pkey, &address_generator, &agc);
118 GNUNET_assert (hello != NULL); 118 GNUNET_assert (hello != NULL);
119 GNUNET_PEERINFO_add_peer (cfg, sched, &pid, hello); 119 GNUNET_PEERINFO_add_peer (cfg, sched, &pid, hello);
120 GNUNET_PEERINFO_for_all (cfg, 120 GNUNET_PEERINFO_iterate (cfg,
121 sched, 121 sched,
122 NULL, 122 NULL,
123 0, 123 0,