aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index e4e9808e4..db9177be8 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -641,7 +641,8 @@ schedule_next_hello (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
641 { 641 {
642 /* now! */ 642 /* now! */
643 pl->hello_req = 643 pl->hello_req =
644 GNUNET_CORE_notify_transmit_ready (handle, GNUNET_YES, 0, 644 GNUNET_CORE_notify_transmit_ready (handle, GNUNET_YES,
645 GNUNET_CORE_PRIO_BEST_EFFORT,
645 GNUNET_CONSTANTS_SERVICE_TIMEOUT, 646 GNUNET_CONSTANTS_SERVICE_TIMEOUT,
646 &pl->pid, next_want, 647 &pl->pid, next_want,
647 &hello_advertising_ready, pl); 648 &hello_advertising_ready, pl);