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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration.c b/src/namestore/test_namestore_api_zone_iteration.c
index d496fe618..94fd6d008 100644
--- a/src/namestore/test_namestore_api_zone_iteration.c
+++ b/src/namestore/test_namestore_api_zone_iteration.c
@@ -173,7 +173,7 @@ zone_proc (void *cls,
173 else 173 else
174 res = 1; 174 res = 1;
175 175
176 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 176 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
177 "Received last result, iteration done after receing %u results\n", 177 "Received last result, iteration done after receing %u results\n",
178 returned_records ); 178 returned_records );
179 GNUNET_SCHEDULER_add_now (&end, NULL); 179 GNUNET_SCHEDULER_add_now (&end, NULL);
@@ -414,7 +414,7 @@ empty_zone_proc (void *cls,
414 414
415 415
416static void 416static void
417run (void *cls, 417run (void *cls,
418 const struct GNUNET_CONFIGURATION_Handle *cfg, 418 const struct GNUNET_CONFIGURATION_Handle *cfg,
419 struct GNUNET_TESTING_Peer *peer) 419 struct GNUNET_TESTING_Peer *peer)
420{ 420{
@@ -438,7 +438,7 @@ int
438main (int argc, char *argv[]) 438main (int argc, char *argv[])
439{ 439{
440 res = 1; 440 res = 1;
441 if (0 != 441 if (0 !=
442 GNUNET_TESTING_service_run ("test-namestore-api-zone-iteration", 442 GNUNET_TESTING_service_run ("test-namestore-api-zone-iteration",
443 "namestore", 443 "namestore",
444 "test_namestore_api.conf", 444 "test_namestore_api.conf",