aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-17 03:43:36 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-17 03:43:36 +0000
commit4d804ac71152b376b93adfd461d10c6efa5bb0b0 (patch)
tree91de75deb558e9d99f07b14ace3623709e070549 /src/namestore
parent18deec1f15888454a5ec35351126512612754f57 (diff)
downloadgnunet-4d804ac71152b376b93adfd461d10c6efa5bb0b0.tar.gz
gnunet-4d804ac71152b376b93adfd461d10c6efa5bb0b0.zip
-leaks, leaks leaks
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_nick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_nick.c b/src/namestore/test_namestore_api_zone_iteration_nick.c
index 8453edfc7..9b3b5acf5 100644
--- a/src/namestore/test_namestore_api_zone_iteration_nick.c
+++ b/src/namestore/test_namestore_api_zone_iteration_nick.c
@@ -215,7 +215,7 @@ zone_proc (void *cls,
215 GNUNET_SCHEDULER_add_now (&end, NULL); 215 GNUNET_SCHEDULER_add_now (&end, NULL);
216 return; 216 return;
217 } 217 }
218 218 GNUNET_assert (NULL != zone);
219 if (0 == memcmp (zone, privkey, sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) 219 if (0 == memcmp (zone, privkey, sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey)))
220 { 220 {
221 failed = check_zone_1 (label, rd_count, rd); 221 failed = check_zone_1 (label, rd_count, rd);