aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-client.c')
-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 4797a5544..d2fa65433 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -335,7 +335,7 @@ callback_download (void *ptr,
335 1, 335 1,
336 GNUNET_NO); 336 GNUNET_NO);
337 stat_hellos_obtained++; 337 stat_hellos_obtained++;
338 GNUNET_TRANSPORT_offer_hello (transport, msg); 338 GNUNET_TRANSPORT_offer_hello (transport, msg, NULL, NULL);
339 } 339 }
340 else 340 else
341 { 341 {