gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 058ac097acf6b4ea0f856746469beb5a16bd3b4a
parent 05775489db13d8f052d51110a81102ef7c5e586f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Oct 2013 09:22:20 +0000

-start namecache as well

Diffstat:
Msrc/namestore/test_namestore_api_remove_not_existing_record.c | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/namestore/test_namestore_api_remove_not_existing_record.c b/src/namestore/test_namestore_api_remove_not_existing_record.c @@ -170,11 +170,10 @@ main (int argc, char *argv[]) { res = 1; if (0 != - GNUNET_TESTING_service_run ("test-namestore-api", - "namestore", - "test_namestore_api.conf", - &run, - NULL)) + GNUNET_TESTING_peer_run ("test-namestore-api", + "test_namestore_api.conf", + &run, + NULL)) return 1; return res; }