aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_dht_delegated_lookup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-01 14:00:50 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-01 14:00:50 +0000
commit5a3caf73608d411566cce83fd470a8c758d935a5 (patch)
tree6bc05abfb8bf02a52eb70b297cffdc0736ec5fd3 /src/gns/test_gns_dht_delegated_lookup.c
parent5d0a78abf01bea803cf1aef4e2e18bac626d3b4b (diff)
downloadgnunet-5a3caf73608d411566cce83fd470a8c758d935a5.tar.gz
gnunet-5a3caf73608d411566cce83fd470a8c758d935a5.zip
-fix build issue, function was renamed
Diffstat (limited to 'src/gns/test_gns_dht_delegated_lookup.c')
-rw-r--r--src/gns/test_gns_dht_delegated_lookup.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gns/test_gns_dht_delegated_lookup.c b/src/gns/test_gns_dht_delegated_lookup.c
index ded45ecb0..e743e0fd3 100644
--- a/src/gns/test_gns_dht_delegated_lookup.c
+++ b/src/gns/test_gns_dht_delegated_lookup.c
@@ -346,12 +346,12 @@ do_check (void *cls,
346 rd.record_type = GNUNET_GNS_RECORD_PKEY; 346 rd.record_type = GNUNET_GNS_RECORD_PKEY;
347 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY; 347 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY;
348 348
349 GNUNET_NAMESTORE_record_create (namestore_handle, 349 GNUNET_NAMESTORE_record_put_by_authority (namestore_handle,
350 alice_key, 350 alice_key,
351 TEST_AUTHORITY_NAME, 351 TEST_AUTHORITY_NAME,
352 &rd, 352 1, &rd,
353 &put_dht, 353 &put_dht,
354 NULL); 354 NULL);
355} 355}
356 356
357 357