diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-01-15 12:04:15 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-01-15 12:04:15 +0000 |
commit | d0b168fc1bffe5d18261ffeb4b7fe9e3c3bd1f9b (patch) | |
tree | 92cb817619f506b203a0f8825c5f46653153943b /src | |
parent | 4d84bdf0cb7e3368948d77c7183ec127c2e9306d (diff) |
fix
Diffstat (limited to 'src')
-rw-r--r-- | src/peerinfo/test_peerinfo_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c index a375ca40e1..4cbbb7bf61 100644 --- a/src/peerinfo/test_peerinfo_api.c +++ b/src/peerinfo/test_peerinfo_api.c @@ -117,7 +117,7 @@ run (void *cls, hello = GNUNET_HELLO_create (&pkey, &address_generator, &agc); GNUNET_assert (hello != NULL); GNUNET_PEERINFO_add_peer (cfg, sched, &pid, hello); - GNUNET_PEERINFO_for_all (cfg, + GNUNET_PEERINFO_iterate (cfg, sched, NULL, 0, |