aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-28 23:13:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-28 23:13:32 +0000
commit49a8faaa2968fdc4291baee50b6a2636d0340e8a (patch)
treee4a15e2ba6fa3b2c913dee12a34027a64899fb18 /src/namestore/test_namestore_api_zone_iteration.c
parentbf760b3f47cae6c7d5a0e9cf4f617f0595515273 (diff)
downloadgnunet-49a8faaa2968fdc4291baee50b6a2636d0340e8a.tar.gz
gnunet-49a8faaa2968fdc4291baee50b6a2636d0340e8a.zip
-more namestore code cleanup
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration.c b/src/namestore/test_namestore_api_zone_iteration.c
index 5a8b12778..1d5f013cb 100644
--- a/src/namestore/test_namestore_api_zone_iteration.c
+++ b/src/namestore/test_namestore_api_zone_iteration.c
@@ -187,7 +187,7 @@ zone_proc (void *cls,
187 const struct GNUNET_CRYPTO_RsaSignature *signature) 187 const struct GNUNET_CRYPTO_RsaSignature *signature)
188{ 188{
189 int failed = GNUNET_NO; 189 int failed = GNUNET_NO;
190 if ((zone_key == NULL) && (name == NULL)) 190 if ((zone_key == NULL) && (name == NULL))
191 { 191 {
192 GNUNET_break (3 == returned_records); 192 GNUNET_break (3 == returned_records);
193 if (3 == returned_records) 193 if (3 == returned_records)