aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-05 19:58:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-05 19:58:51 +0000
commit56f3001a4d745dfa5ad196c1b18c672145c89f4c (patch)
tree90edfb1a42af668477969ba2e33f63683bf76ecc /src/namestore/test_namestore_api_remove.c
parentfb446b66a47ace773b9768b1d0c1da9c4c2f43b1 (diff)
downloadgnunet-56f3001a4d745dfa5ad196c1b18c672145c89f4c.tar.gz
gnunet-56f3001a4d745dfa5ad196c1b18c672145c89f4c.zip
-initialize flags to unproblematic value (hence usually zero)
Diffstat (limited to 'src/namestore/test_namestore_api_remove.c')
-rw-r--r--src/namestore/test_namestore_api_remove.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/test_namestore_api_remove.c b/src/namestore/test_namestore_api_remove.c
index 9fdf738b1..7c8f47f5d 100644
--- a/src/namestore/test_namestore_api_remove.c
+++ b/src/namestore/test_namestore_api_remove.c
@@ -171,6 +171,7 @@ run (void *cls,
171 rd.record_type = TEST_RECORD_TYPE; 171 rd.record_type = TEST_RECORD_TYPE;
172 rd.data_size = TEST_RECORD_DATALEN; 172 rd.data_size = TEST_RECORD_DATALEN;
173 rd.data = GNUNET_malloc (TEST_RECORD_DATALEN); 173 rd.data = GNUNET_malloc (TEST_RECORD_DATALEN);
174 rd.flags = 0;
174 memset ((char *) rd.data, 'a', TEST_RECORD_DATALEN); 175 memset ((char *) rd.data, 'a', TEST_RECORD_DATALEN);
175 176
176 nsh = GNUNET_NAMESTORE_connect (cfg); 177 nsh = GNUNET_NAMESTORE_connect (cfg);