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/nat-auto/nat_auto_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nat-auto') diff --git a/src/nat-auto/nat_auto_api.c b/src/nat-auto/nat_auto_api.c index 6660239c3..8a7eaf264 100644 --- a/src/nat-auto/nat_auto_api.c +++ b/src/nat-auto/nat_auto_api.c @@ -224,7 +224,7 @@ GNUNET_NAT_AUTO_autoconfig_start (const struct GNUNET_CONFIGURATION_Handle *cfg, buf = GNUNET_CONFIGURATION_serialize (cfg, &size); - if (size > GNUNET_SERVER_MAX_MESSAGE_SIZE - sizeof (*req)) + if (size > GNUNET_MAX_MESSAGE_SIZE - sizeof (*req)) { GNUNET_break (0); GNUNET_free (buf); -- cgit v1.2.3