aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup2.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_peerstartup2.c
parente41a408e2bdf2f7f1a3b91769ba6c47e48bb5595 (diff)
downloadgnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.tar.gz
gnunet-8dceae82b3478d223779cbcc335b4ca497acbba5.zip
- service sharing in testing
Diffstat (limited to 'src/testing/test_testing_peerstartup2.c')
-rw-r--r--src/testing/test_testing_peerstartup2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_peerstartup2.c b/src/testing/test_testing_peerstartup2.c
index d290aff16..cd8141b40 100644
--- a/src/testing/test_testing_peerstartup2.c
+++ b/src/testing/test_testing_peerstartup2.c
@@ -169,7 +169,7 @@ run (void *cls, char *const *args, const char *cfgfile,
169 test_ctx = GNUNET_malloc (sizeof (struct TestingContext)); 169 test_ctx = GNUNET_malloc (sizeof (struct TestingContext));
170 test_ctx->system = 170 test_ctx->system =
171 GNUNET_TESTING_system_create ("test-gnunet-testing", 171 GNUNET_TESTING_system_create ("test-gnunet-testing",
172 "127.0.0.1", NULL); 172 "127.0.0.1", NULL, NULL);
173 emsg = NULL; 173 emsg = NULL;
174 if (NULL == test_ctx->system) 174 if (NULL == test_ctx->system)
175 goto end; 175 goto end;