From ce2864cfaa27e55096b480bf35db5f8cee2a5e7e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 Apr 2018 10:56:15 +0200 Subject: add option to disable namecache, add velocity calculation and delay correction to zonemaster, fix some ftbfs from recent NAMESTORE API change --- src/namestore/plugin_namestore_flat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/namestore/plugin_namestore_flat.c') diff --git a/src/namestore/plugin_namestore_flat.c b/src/namestore/plugin_namestore_flat.c index e9ed1cc4f..f061ab7d1 100644 --- a/src/namestore/plugin_namestore_flat.c +++ b/src/namestore/plugin_namestore_flat.c @@ -583,7 +583,7 @@ iterate_zones (void *cls, (void) key; if (0 == ic->limit) return GNUNET_NO; - if ( (NULL != it->zone) && + if ( (NULL != ic->zone) && (0 != memcmp (entry->private_key, ic->zone, sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) ) -- cgit v1.2.3