aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authornevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96>2011-02-22 15:19:49 +0000
committernevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96>2011-02-22 15:19:49 +0000
commit7516a1888384c9812fdcd29a0b81357f2495b7f7 (patch)
tree343507da792d950d8d24ed11648e433bcad304a9 /src/hostlist
parent73543aa9b4c941e6a2aedb9191d384fa598e3ee7 (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.c2
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
{