aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_stop.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_stop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_stop.c b/src/namestore/test_namestore_api_zone_iteration_stop.c
index 38da3136c..28f424b23 100644
--- a/src/namestore/test_namestore_api_zone_iteration_stop.c
+++ b/src/namestore/test_namestore_api_zone_iteration_stop.c
@@ -130,7 +130,7 @@ zone_proc (void *cls,
130 int failed = GNUNET_NO; 130 int failed = GNUNET_NO;
131 131
132 GNUNET_assert (NULL != zone); 132 GNUNET_assert (NULL != zone);
133 if (0 == memcmp (zone, privkey, sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) 133 if (0 == GNUNET_memcmp (zone, privkey))
134 { 134 {
135 if (0 == strcmp (label, s_name_1)) 135 if (0 == strcmp (label, s_name_1))
136 { 136 {
@@ -174,7 +174,7 @@ zone_proc (void *cls,
174 GNUNET_break (0); 174 GNUNET_break (0);
175 } 175 }
176 } 176 }
177 else if (0 == memcmp (zone, privkey2, sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))) 177 else if (0 == GNUNET_memcmp (zone, privkey2))
178 { 178 {
179 if (0 == strcmp (label, s_name_3)) 179 if (0 == strcmp (label, s_name_3))
180 { 180 {