aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/namestore/plugin_namestore_flat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_flat.c b/src/namestore/plugin_namestore_flat.c
index e16fe91b7..edfd3ec6a 100644
--- a/src/namestore/plugin_namestore_flat.c
+++ b/src/namestore/plugin_namestore_flat.c
@@ -607,7 +607,7 @@ 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 &entry->private_key, 610 ic->zone,
611 entry->label, 611 entry->label,
612 entry->record_count, 612 entry->record_count,
613 entry->record_data); 613 entry->record_data);