From c8817652e4a2067f1a1e0086e9fa9c3517fcf59d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 10 Oct 2018 09:16:42 +0200 Subject: [PATCH] use the other pointer to pass assertion --- src/namestore/plugin_namestore_flat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } ic->iter (ic->iter_cls, ic->pos, - &entry->private_key, + ic->zone, entry->label, entry->record_count, entry->record_data); -- 2.25.1