aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_to_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_zone_to_name.c')
-rw-r--r--src/namestore/test_namestore_api_zone_to_name.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_zone_to_name.c b/src/namestore/test_namestore_api_zone_to_name.c
index 5d6444145..cb580572e 100644
--- a/src/namestore/test_namestore_api_zone_to_name.c
+++ b/src/namestore/test_namestore_api_zone_to_name.c
@@ -132,9 +132,8 @@ zone_to_name_proc (void *cls,
132 GNUNET_break (0); 132 GNUNET_break (0);
133 } 133 }
134 if ( (NULL == zone_key) || 134 if ( (NULL == zone_key) ||
135 (0 != memcmp (zone_key, 135 (0 != GNUNET_memcmp (zone_key,
136 privkey, 136 privkey)))
137 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey))))
138 { 137 {
139 fail = GNUNET_YES; 138 fail = GNUNET_YES;
140 GNUNET_break (0); 139 GNUNET_break (0);