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_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_udp.c') diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 3a9013a5a..1ff962544 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -2061,7 +2061,7 @@ udp_plugin_send (void *cls, if ( (sizeof(struct IPv4UdpAddress) == s->address->address_length) && (NULL == plugin->sockv4) ) return GNUNET_SYSERR; - if (udpmlen >= GNUNET_SERVER_MAX_MESSAGE_SIZE) + if (udpmlen >= GNUNET_MAX_MESSAGE_SIZE) { GNUNET_break (0); return GNUNET_SYSERR; -- cgit v1.2.3