aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.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/namestore/gnunet-namestore-fcfsd.c
parent462dfa297669972a5378d1e0976f3892440b70e5 (diff)
downloadgnunet-dc40d894157a9eeee4c72f8cb974fd48e1a98a1b.tar.gz
gnunet-dc40d894157a9eeee4c72f8cb974fd48e1a98a1b.zip
-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
Diffstat (limited to 'src/namestore/gnunet-namestore-fcfsd.c')
-rw-r--r--src/namestore/gnunet-namestore-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore-fcfsd.c b/src/namestore/gnunet-namestore-fcfsd.c
index f655ef45c..b1f45b03a 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -525,7 +525,7 @@ zone_to_name_cb (void *cls,
525 r.data_size = sizeof (pub); 525 r.data_size = sizeof (pub);
526 r.expiration_time = UINT64_MAX; 526 r.expiration_time = UINT64_MAX;
527 r.record_type = GNUNET_NAMESTORE_TYPE_PKEY; 527 r.record_type = GNUNET_NAMESTORE_TYPE_PKEY;
528 r.flags = GNUNET_NAMESTORE_RF_AUTHORITY; 528 r.flags = GNUNET_NAMESTORE_RF_NONE;
529 request->qe = GNUNET_NAMESTORE_records_store (ns, 529 request->qe = GNUNET_NAMESTORE_records_store (ns,
530 &fcfs_zone_pkey, 530 &fcfs_zone_pkey,
531 request->domain_name, 531 request->domain_name,