aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_simple_mx_lookup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 14:28:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 14:28:43 +0000
commitdc40d894157a9eeee4c72f8cb974fd48e1a98a1b (patch)
tree440bed3e38a3c9d526a3ccb8a465a4654c507c1c /src/gns/test_gns_simple_mx_lookup.c
parent462dfa297669972a5378d1e0976f3892440b70e5 (diff)
downloadgnunet-dc40d894157a9eeee4c72f8cb974fd48e1a98a1b.tar.gz
gnunet-dc40d894157a9eeee4c72f8cb974fd48e1a98a1b.zip
-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
Diffstat (limited to 'src/gns/test_gns_simple_mx_lookup.c')
-rw-r--r--src/gns/test_gns_simple_mx_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_simple_mx_lookup.c b/src/gns/test_gns_simple_mx_lookup.c
index ed2d754bb..2fb05503e 100644
--- a/src/gns/test_gns_simple_mx_lookup.c
+++ b/src/gns/test_gns_simple_mx_lookup.c
@@ -229,7 +229,7 @@ do_check (void *cls,
229 rd.data_size = sizeof(struct GNUNET_CRYPTO_ShortHashCode); 229 rd.data_size = sizeof(struct GNUNET_CRYPTO_ShortHashCode);
230 rd.data = &bob_hash; 230 rd.data = &bob_hash;
231 rd.record_type = GNUNET_NAMESTORE_TYPE_PKEY; 231 rd.record_type = GNUNET_NAMESTORE_TYPE_PKEY;
232 rd.flags = GNUNET_NAMESTORE_RF_AUTHORITY; 232 rd.flags = GNUNET_NAMESTORE_RF_NONE;
233 233
234 GNUNET_NAMESTORE_record_put_by_authority (namestore_handle, 234 GNUNET_NAMESTORE_record_put_by_authority (namestore_handle,
235 alice_key, 235 alice_key,