From 5a3caf73608d411566cce83fd470a8c758d935a5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Jul 2013 14:00:50 +0000 Subject: -fix build issue, function was renamed --- src/gns/test_gns_simple_lookup.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gns/test_gns_simple_lookup.c') 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, rd.data = &web; rd.record_type = GNUNET_DNSPARSER_TYPE_A; rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY; - nsqe = GNUNET_NAMESTORE_record_create (namestore_handle, - alice_key, - TEST_RECORD_NAME, - &rd, - &commence_testing, - NULL); + nsqe = GNUNET_NAMESTORE_record_put_by_authority (namestore_handle, + alice_key, + TEST_RECORD_NAME, + 1, &rd, + &commence_testing, + NULL); GNUNET_CRYPTO_ecc_key_free (alice_key); } -- cgit v1.2.3