aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index abcc25c71..f41a601fd 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -167,7 +167,7 @@ GNUNET_HELLO_create (const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded
167 GNUNET_HELLO_GenerateAddressListCallback addrgen, 167 GNUNET_HELLO_GenerateAddressListCallback addrgen,
168 void *addrgen_cls) 168 void *addrgen_cls)
169{ 169{
170 char buffer[GNUNET_SERVER_MAX_MESSAGE_SIZE - 256 - 170 char buffer[GNUNET_SERVER_MAX_MESSAGE_SIZE - 1 - 256 -
171 sizeof (struct GNUNET_HELLO_Message)]; 171 sizeof (struct GNUNET_HELLO_Message)];
172 size_t max; 172 size_t max;
173 size_t used; 173 size_t used;