diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-17 18:13:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-17 18:13:55 +0100 |
commit | 17d34d5e094c2f8a90717b07e3a711d6e2c15903 (patch) | |
tree | 777b5323145a5f4d1f044da29a682799008a11d4 /src/nat-auto | |
parent | 3391977e3f92a2ebcafc14ea6374aecd580df873 (diff) |
more renamings relating to 'new' service now just being the 'normal' service
Diffstat (limited to 'src/nat-auto')
-rw-r--r-- | src/nat-auto/nat_auto_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |