aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-server.c')
-rw-r--r--src/hostlist/hostlist-server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index ef4debc05..2564991d5 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -381,7 +381,8 @@ connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer)
381 "Asked core to transmit advertisement message with a size of %u bytes to peer `%s'\n", 381 "Asked core to transmit advertisement message with a size of %u bytes to peer `%s'\n",
382 size, GNUNET_i2s (peer)); 382 size, GNUNET_i2s (peer));
383 if (NULL == 383 if (NULL ==
384 GNUNET_CORE_notify_transmit_ready (core, GNUNET_YES, 0, 384 GNUNET_CORE_notify_transmit_ready (core, GNUNET_YES,
385 GNUNET_CORE_PRIO_BEST_EFFORT,
385 GNUNET_ADV_TIMEOUT, peer, size, 386 GNUNET_ADV_TIMEOUT, peer, size,
386 &adv_transmit_ready, NULL)) 387 &adv_transmit_ready, NULL))
387 { 388 {