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/transport/plugin_transport_wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_wlan.c') diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index 3f5ada10b..b23739d3c 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -744,7 +744,7 @@ send_ack (void *cls, GNUNET_break (0); return; } - if (size >= GNUNET_SERVER_MAX_MESSAGE_SIZE) + if (size >= GNUNET_MAX_MESSAGE_SIZE) { GNUNET_break (0); return; -- cgit v1.2.3