aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-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