aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-17 07:47:07 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-17 07:47:07 +0000
commitf785d87b274d383727af27f15e077e67900a2c9b (patch)
tree359fe3b4bba33911417eda33fe08813d8ee8fc09 /src/namestore/test_namestore_api_zone_iteration_specific_zone.c
parent37c9580896ed4b977bc407d618d443a78ff5584a (diff)
downloadgnunet-f785d87b274d383727af27f15e077e67900a2c9b.tar.gz
gnunet-f785d87b274d383727af27f15e077e67900a2c9b.zip
-start namecache as well, perform NC registration for client during lookup handling
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.c9
1 files changed, 4 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 1554d5673..fdaef8d90 100644
--- a/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
+++ b/src/namestore/test_namestore_api_zone_iteration_specific_zone.c
@@ -419,11 +419,10 @@ main (int argc, char *argv[])
419 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-namestore/"); 419 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-namestore/");
420 res = 1; 420 res = 1;
421 if (0 != 421 if (0 !=
422 GNUNET_TESTING_service_run ("test-namestore-api-zone-iteration", 422 GNUNET_TESTING_peer_run ("test-namestore-api-zone-iteration",
423 "namestore", 423 "test_namestore_api.conf",
424 "test_namestore_api.conf", 424 &run,
425 &run, 425 NULL))
426 NULL))
427 return 1; 426 return 1;
428 return res; 427 return res;
429} 428}