diff options
author | nevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-02-22 15:19:49 +0000 |
---|---|---|
committer | nevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-02-22 15:19:49 +0000 |
commit | 7516a1888384c9812fdcd29a0b81357f2495b7f7 (patch) | |
tree | 343507da792d950d8d24ed11648e433bcad304a9 /src/hostlist | |
parent | 73543aa9b4c941e6a2aedb9191d384fa598e3ee7 (diff) |
Testing and core related changes.
git-svn-id: https://gnunet.org/svn/gnunet@14485 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/hostlist')
-rw-r--r-- | src/hostlist/hostlist-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c index 4797a5544b..d2fa654339 100644 --- a/src/hostlist/hostlist-client.c +++ b/src/hostlist/hostlist-client.c @@ -335,7 +335,7 @@ callback_download (void *ptr, 1, GNUNET_NO); stat_hellos_obtained++; - GNUNET_TRANSPORT_offer_hello (transport, msg); + GNUNET_TRANSPORT_offer_hello (transport, msg, NULL, NULL); } else { |