From 3f7fec57bf6c2f58bdf1add19ba3315c78b21ef9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Dec 2013 22:37:06 +0000 Subject: -always initialize emsg_ --- src/testing/testing.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testing') diff --git a/src/testing/testing.c b/src/testing/testing.c index 62f9cb1a3..f414032a0 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -1224,7 +1224,10 @@ GNUNET_TESTING_peer_configure (struct GNUNET_TESTING_System *system, ss = system->shared_services[cnt]; ss_instances[cnt] = associate_shared_service (system, ss, cfg); if (NULL == ss_instances[cnt]) + { + emsg_ = GNUNET_strdup ("FIXME"); goto err_ret; + } } GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_get_value_filename -- cgit v1.2.3