aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-18 14:59:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-18 14:59:32 +0000
commit8dceae82b3478d223779cbcc335b4ca497acbba5 (patch)
treeb298d3e18ac56e3d570d1275ab3a6da12a1fe761 /src/testing/test_testing_peerstartup.c
parente41a408e2bdf2f7f1a3b91769ba6c47e48bb5595 (diff)
downloadgnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.tar.gz
gnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.zip
- service sharing in testing
Diffstat (limited to 'src/testing/test_testing_peerstartup.c')
-rw-r--r--src/testing/test_testing_peerstartup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_peerstartup.c b/src/testing/test_testing_peerstartup.c
index fb3967ce0..d32a341b5 100644
--- a/src/testing/test_testing_peerstartup.c
+++ b/src/testing/test_testing_peerstartup.c
@@ -99,7 +99,7 @@ run (void *cls, char *const *args, const char *cfgfile,
99 test_ctx = GNUNET_malloc (sizeof (struct TestingContext)); 99 test_ctx = GNUNET_malloc (sizeof (struct TestingContext));
100 test_ctx->system = 100 test_ctx->system =
101 GNUNET_TESTING_system_create ("test-gnunet-testing", 101 GNUNET_TESTING_system_create ("test-gnunet-testing",
102 "127.0.0.1", NULL); 102 "127.0.0.1", NULL, NULL);
103 emsg = NULL; 103 emsg = NULL;
104 if (NULL == test_ctx->system) 104 if (NULL == test_ctx->system)
105 goto end; 105 goto end;