use the other pointer to pass assertion
authorChristian Grothoff <christian@grothoff.org>
Wed, 10 Oct 2018 07:16:42 +0000 (09:16 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 10 Oct 2018 07:16:42 +0000 (09:16 +0200)
src/namestore/plugin_namestore_flat.c

index e16fe91b7b88b30f74ae5361436f54632b1add4d..edfd3ec6a6a89aa33ec4652415682d38dc870e2d 100644 (file)
@@ -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);