aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_simple_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_simple_lookup.c
parent5d0a78abf01bea803cf1aef4e2e18bac626d3b4b (diff)
downloadgnunet-5a3caf73608d411566cce83fd470a8c758d935a5.tar.gz
gnunet-5a3caf73608d411566cce83fd470a8c758d935a5.zip
-fix build issue, function was renamed
Diffstat (limited to 'src/gns/test_gns_simple_lookup.c')
-rw-r--r--src/gns/test_gns_simple_lookup.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gns/test_gns_simple_lookup.c b/src/gns/test_gns_simple_lookup.c
index ff325a464..a7c3348fd 100644
--- a/src/gns/test_gns_simple_lookup.c
+++ b/src/gns/test_gns_simple_lookup.c
@@ -260,12 +260,12 @@ do_check (void *cls,
260 rd.data = &web; 260 rd.data = &web;
261 rd.record_type = GNUNET_DNSPARSER_TYPE_A; 261 rd.record_type = GNUNET_DNSPARSER_TYPE_A;
262 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY; 262 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY;
263 nsqe = GNUNET_NAMESTORE_record_create (namestore_handle, 263 nsqe = GNUNET_NAMESTORE_record_put_by_authority (namestore_handle,
264 alice_key, 264 alice_key,
265 TEST_RECORD_NAME, 265 TEST_RECORD_NAME,
266 &rd, 266 1, &rd,
267 &commence_testing, 267 &commence_testing,
268 NULL); 268 NULL);
269 GNUNET_CRYPTO_ecc_key_free (alice_key); 269 GNUNET_CRYPTO_ecc_key_free (alice_key);
270} 270}
271 271