aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_flat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/plugin_namestore_flat.c')
-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 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,
583 (void) key; 583 (void) key;
584 if (0 == ic->limit) 584 if (0 == ic->limit)
585 return GNUNET_NO; 585 return GNUNET_NO;
586 if ( (NULL != it->zone) && 586 if ( (NULL != ic->zone) &&
587 (0 != memcmp (entry->private_key, 587 (0 != memcmp (entry->private_key,
588 ic->zone, 588 ic->zone,
589 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) ) 589 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) )