aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 23:00:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 23:00:30 +0000
commita23b776478202335270b516010466a660fed4ad1 (patch)
tree9d92999b031b405c6235f3d7af22dab87548fa97 /src/namestore/gnunet-namestore.c
parente4a3e964f06aac3b9843da04de58322e67a77621 (diff)
downloadgnunet-a23b776478202335270b516010466a660fed4ad1.tar.gz
gnunet-a23b776478202335270b516010466a660fed4ad1.zip
-dce
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 4f6eeb435..9f9a524e3 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -581,14 +581,6 @@ testservice_task (void *cls,
581 } 581 }
582 if (list) 582 if (list)
583 { 583 {
584 uint32_t must_not_flags = 0;
585
586 if (1 == nonauthority) /* List non-authority records */
587 must_not_flags |= GNUNET_NAMESTORE_RF_AUTHORITY;
588
589 if (1 == public)
590 must_not_flags |= GNUNET_NAMESTORE_RF_PRIVATE;
591
592 list_it = GNUNET_NAMESTORE_zone_iteration_start (ns, 584 list_it = GNUNET_NAMESTORE_zone_iteration_start (ns,
593 zone_pkey, 585 zone_pkey,
594 &display_record, 586 &display_record,