aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_simple_zkey_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_simple_zkey_lookup.c')
-rw-r--r--src/gns/test_gns_simple_zkey_lookup.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gns/test_gns_simple_zkey_lookup.c b/src/gns/test_gns_simple_zkey_lookup.c
index 923664b77..311282535 100644
--- a/src/gns/test_gns_simple_zkey_lookup.c
+++ b/src/gns/test_gns_simple_zkey_lookup.c
@@ -246,12 +246,12 @@ do_check (void *cls,
246 rd.record_type = GNUNET_GNS_RECORD_PKEY; 246 rd.record_type = GNUNET_GNS_RECORD_PKEY;
247 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY; 247 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY;
248 248
249 GNUNET_NAMESTORE_record_create (namestore_handle, 249 GNUNET_NAMESTORE_record_put_by_authority (namestore_handle,
250 alice_key, 250 alice_key,
251 TEST_AUTHORITY_NAME, 251 TEST_AUTHORITY_NAME,
252 &rd, 252 1, &rd,
253 NULL, 253 NULL,
254 NULL); 254 NULL);
255 255
256 rd.data_size = sizeof(struct in_addr); 256 rd.data_size = sizeof(struct in_addr);
257 rd.data = web; 257 rd.data = web;