aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-10 09:16:42 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-10 09:16:42 +0200
commitc8817652e4a2067f1a1e0086e9fa9c3517fcf59d (patch)
tree51689900b7826ab3eae4c6c5a03cfb5dc3f24ad5 /src
parent79984bff9bbec195e0fc7af04648cdd31024a18e (diff)
downloadgnunet-c8817652e4a2067f1a1e0086e9fa9c3517fcf59d.tar.gz
gnunet-c8817652e4a2067f1a1e0086e9fa9c3517fcf59d.zip
use the other pointer to pass assertion
Diffstat (limited to 'src')
-rw-r--r--src/namestore/plugin_namestore_flat.c2
1 files changed, 1 insertions, 1 deletions
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,
607 } 607 }
608 ic->iter (ic->iter_cls, 608 ic->iter (ic->iter_cls,
609 ic->pos, 609 ic->pos,
610 &entry->private_key, 610 ic->zone,
611 entry->label, 611 entry->label,
612 entry->record_count, 612 entry->record_count,
613 entry->record_data); 613 entry->record_data);