aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_monitoring_existing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_monitoring_existing.c')
-rw-r--r--src/namestore/test_namestore_api_monitoring_existing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/test_namestore_api_monitoring_existing.c b/src/namestore/test_namestore_api_monitoring_existing.c
index 16e4e4157..51cd1205d 100644
--- a/src/namestore/test_namestore_api_monitoring_existing.c
+++ b/src/namestore/test_namestore_api_monitoring_existing.c
@@ -266,6 +266,7 @@ create_record (unsigned int count)
266 rd[c].record_type = 1111; 266 rd[c].record_type = 1111;
267 rd[c].data_size = 50; 267 rd[c].data_size = 50;
268 rd[c].data = GNUNET_malloc(50); 268 rd[c].data = GNUNET_malloc(50);
269 rd[c].flags = 0;
269 memset ((char *) rd[c].data, 'a', 50); 270 memset ((char *) rd[c].data, 'a', 50);
270 } 271 }
271 return rd; 272 return rd;