aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-09 20:52:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-09 20:52:35 +0000
commit13beed47313158524d3192d5db19518927e054a6 (patch)
tree1cada22d459180809dd146a3ca22c847f0c0f590 /src/gns
parent101b56cdd67b56b4db3be7a50d9050d2a1743715 (diff)
downloadgnunet-13beed47313158524d3192d5db19518927e054a6.tar.gz
gnunet-13beed47313158524d3192d5db19518927e054a6.zip
-fix
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index c29c7838a..73638d888 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -286,7 +286,7 @@ iterate_cb (void *cls,
286 rd->data, 286 rd->data,
287 rd->data_size); 287 rd->data_size);
288 288
289 if (bytes_free < (strlen (name) + strlen (pkey) + 10)) 289 if (bytes_free < (strlen (name) + strlen (pkey) + 40))
290 { 290 {
291 new_buf = GNUNET_malloc (zr->buf_len * 2); 291 new_buf = GNUNET_malloc (zr->buf_len * 2);
292 memcpy (new_buf, zr->zoneinfo, zr->write_offset); 292 memcpy (new_buf, zr->zoneinfo, zr->write_offset);