aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration.c b/src/namestore/test_namestore_api_zone_iteration.c
index 01e73a4a9..f2d77d2ac 100644
--- a/src/namestore/test_namestore_api_zone_iteration.c
+++ b/src/namestore/test_namestore_api_zone_iteration.c
@@ -227,11 +227,6 @@ zone_proc (void *cls,
227 failed = GNUNET_YES; 227 failed = GNUNET_YES;
228 GNUNET_break (0); 228 GNUNET_break (0);
229 } 229 }
230 if (0 != memcmp (signature, sig_1, sizeof (struct GNUNET_CRYPTO_EccSignature)))
231 {
232 failed = GNUNET_YES;
233 GNUNET_break (0);
234 }
235 } 230 }
236 else if (0 == strcmp (name, s_name_2)) 231 else if (0 == strcmp (name, s_name_2))
237 { 232 {
@@ -248,11 +243,6 @@ zone_proc (void *cls,
248 failed = GNUNET_YES; 243 failed = GNUNET_YES;
249 GNUNET_break (0); 244 GNUNET_break (0);
250 } 245 }
251 if (0 != memcmp (signature, sig_2, sizeof (struct GNUNET_CRYPTO_EccSignature)))
252 {
253 failed = GNUNET_YES;
254 GNUNET_break (0);
255 }
256 } 246 }
257 else if (0 == strcmp (name, s_name_3)) 247 else if (0 == strcmp (name, s_name_3))
258 { 248 {