aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-05 22:37:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-05 22:37:06 +0000
commit3f7fec57bf6c2f58bdf1add19ba3315c78b21ef9 (patch)
treec86ca39bb5978c3cf714ef8d40f59f88073063cd /src/testing
parentc4fe7aedbb94e3422f83a515148d1319008eeda8 (diff)
downloadgnunet-3f7fec57bf6c2f58bdf1add19ba3315c78b21ef9.tar.gz
gnunet-3f7fec57bf6c2f58bdf1add19ba3315c78b21ef9.zip
-always initialize emsg_
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c3
1 files changed, 3 insertions, 0 deletions
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,
1224 ss = system->shared_services[cnt]; 1224 ss = system->shared_services[cnt];
1225 ss_instances[cnt] = associate_shared_service (system, ss, cfg); 1225 ss_instances[cnt] = associate_shared_service (system, ss, cfg);
1226 if (NULL == ss_instances[cnt]) 1226 if (NULL == ss_instances[cnt])
1227 {
1228 emsg_ = GNUNET_strdup ("FIXME");
1227 goto err_ret; 1229 goto err_ret;
1230 }
1228 } 1231 }
1229 GNUNET_assert (GNUNET_OK == 1232 GNUNET_assert (GNUNET_OK ==
1230 GNUNET_CONFIGURATION_get_value_filename 1233 GNUNET_CONFIGURATION_get_value_filename