aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup2.c
diff options
context:
space:
mode:
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;