From: Christian Grothoff Date: Wed, 10 Oct 2018 07:16:42 +0000 (+0200) Subject: use the other pointer to pass assertion X-Git-Tag: v0.11.0~238^2~84^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c8817652e4a2067f1a1e0086e9fa9c3517fcf59d;p=oweals%2Fgnunet.git use the other pointer to pass assertion --- 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);