From: Christian Grothoff Date: Wed, 10 Oct 2018 07:21:07 +0000 (+0200) Subject: now this should work... X-Git-Tag: v0.11.0~238^2~84^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=391d765240102912794d2a73ff2e00027505a2e9;p=oweals%2Fgnunet.git now this should work... --- 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, } ic->iter (ic->iter_cls, ic->pos, - ic->zone, + (NULL == ic->zone) + ? &entry->private_key + : ic->zone, entry->label, entry->record_count, entry->record_data);