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