aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-30 19:40:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-30 19:40:14 +0000
commitc644917564f9a76b47b8c0d531e95020da9e282c (patch)
treec188c2911518f74f6b5405d781440590736291a1 /src/namestore/test_namestore_api_zone_iteration_specific_zone.c
parent17de5c9d798109f55059190c886609ba377e4eb6 (diff)
downloadgnunet-c644917564f9a76b47b8c0d531e95020da9e282c.tar.gz
gnunet-c644917564f9a76b47b8c0d531e95020da9e282c.zip
-fixing some namestore tests
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_specific_zone.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_specific_zone.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
index 86871120c..c6ba99230 100644
--- a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
+++ b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
@@ -233,11 +233,6 @@ zone_proc (void *cls,
233 failed = GNUNET_YES; 233 failed = GNUNET_YES;
234 GNUNET_break (0); 234 GNUNET_break (0);
235 } 235 }
236 if (0 != memcmp (signature, sig_2, sizeof (struct GNUNET_CRYPTO_EccSignature)))
237 {
238 failed = GNUNET_YES;
239 GNUNET_break (0);
240 }
241 } 236 }
242 else 237 else
243 { 238 {