aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-05 12:15:19 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-05 12:15:19 +0000
commit747234f53f8c184b2a347e0f064c39161a5a09b9 (patch)
tree12d4a40e96eb19b58309a94af5f97412d6fbad7e /src/testing/test_testing_peerstartup.c
parent05e1eb339751b593c50cf40c3277e41a1fe02133 (diff)
downloadgnunet-747234f53f8c184b2a347e0f064c39161a5a09b9.tar.gz
gnunet-747234f53f8c184b2a347e0f064c39161a5a09b9.zip
-fix fix
'
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 d4b8119d6..e08f7a2b2 100644
--- a/src/testing/test_testing_peerstartup.c
+++ b/src/testing/test_testing_peerstartup.c
@@ -100,10 +100,10 @@ run (void *cls, char *const *args, const char *cfgfile,
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);
103 emsg = NULL;
103 if (NULL == test_ctx->system) 104 if (NULL == test_ctx->system)
104 goto end; 105 goto end;
105 test_ctx->cfg = GNUNET_CONFIGURATION_dup (cfg); 106 test_ctx->cfg = GNUNET_CONFIGURATION_dup (cfg);
106 emsg = NULL;
107 test_ctx->peer = 107 test_ctx->peer =
108 GNUNET_TESTING_peer_configure (test_ctx->system, 108 GNUNET_TESTING_peer_configure (test_ctx->system,
109 test_ctx->cfg, 109 test_ctx->cfg,