From 17d34d5e094c2f8a90717b07e3a711d6e2c15903 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Mar 2017 18:13:55 +0100 Subject: more renamings relating to 'new' service now just being the 'normal' service --- src/topology/gnunet-daemon-topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/topology/gnunet-daemon-topology.c') 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) /* find applicable HELLOs */ fah.peer = pl; fah.result = NULL; - fah.max_size = GNUNET_SERVER_MAX_MESSAGE_SIZE - 1; + fah.max_size = GNUNET_MAX_MESSAGE_SIZE - 1; fah.next_adv = GNUNET_TIME_UNIT_FOREVER_REL; GNUNET_CONTAINER_multipeermap_iterate (peers, &find_advertisable_hello, -- cgit v1.2.3