aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 067ebce23..537ffe059 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -499,7 +499,7 @@ schedule_next_hello (void *cls)
499 /* find applicable HELLOs */ 499 /* find applicable HELLOs */
500 fah.peer = pl; 500 fah.peer = pl;
501 fah.result = NULL; 501 fah.result = NULL;
502 fah.max_size = GNUNET_SERVER_MAX_MESSAGE_SIZE - 1; 502 fah.max_size = GNUNET_MAX_MESSAGE_SIZE - 1;
503 fah.next_adv = GNUNET_TIME_UNIT_FOREVER_REL; 503 fah.next_adv = GNUNET_TIME_UNIT_FOREVER_REL;
504 GNUNET_CONTAINER_multipeermap_iterate (peers, 504 GNUNET_CONTAINER_multipeermap_iterate (peers,
505 &find_advertisable_hello, 505 &find_advertisable_hello,