From 747234f53f8c184b2a347e0f064c39161a5a09b9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Nov 2012 12:15:19 +0000 Subject: [PATCH] -fix fix ' --- src/testing/test_testing_peerstartup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, test_ctx->system = GNUNET_TESTING_system_create ("test-gnunet-testing", "127.0.0.1", NULL); + emsg = NULL; if (NULL == test_ctx->system) goto end; test_ctx->cfg = GNUNET_CONFIGURATION_dup (cfg); - emsg = NULL; test_ctx->peer = GNUNET_TESTING_peer_configure (test_ctx->system, test_ctx->cfg, -- 2.25.1