aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-10 09:21:07 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-10 09:21:07 +0200
commit391d765240102912794d2a73ff2e00027505a2e9 (patch)
treeef8dbad6541204eb48a11fa325341d53bb67e835 /src/namestore
parentc8817652e4a2067f1a1e0086e9fa9c3517fcf59d (diff)
downloadgnunet-391d765240102912794d2a73ff2e00027505a2e9.tar.gz
gnunet-391d765240102912794d2a73ff2e00027505a2e9.zip
now this should work...
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/plugin_namestore_flat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_flat.c b/src/namestore/plugin_namestore_flat.c
index edfd3ec6a..4873f6e51 100644
--- a/src/namestore/plugin_namestore_flat.c
+++ b/src/namestore/plugin_namestore_flat.c
@@ -607,7 +607,9 @@ iterate_zones (void *cls,
607 } 607 }
608 ic->iter (ic->iter_cls, 608 ic->iter (ic->iter_cls,
609 ic->pos, 609 ic->pos,
610 ic->zone, 610 (NULL == ic->zone)
611 ? &entry->private_key
612 : ic->zone,
611 entry->label, 613 entry->label,
612 entry->record_count, 614 entry->record_count,
613 entry->record_data); 615 entry->record_data);