gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 391d765240102912794d2a73ff2e00027505a2e9
parent c8817652e4a2067f1a1e0086e9fa9c3517fcf59d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 10 Oct 2018 09:21:07 +0200

now this should work...

Diffstat:
Msrc/namestore/plugin_namestore_flat.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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);