aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing.c')
-rw-r--r--src/transport/transport-testing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index b2af478e1..d25d3f4b7 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -259,8 +259,8 @@ GNUNET_TRANSPORT_TESTING_start_peer (struct GNUNET_TRANSPORT_TESTING_handle *tth
259 259
260 /* Create configuration and call testing lib to modify it */ 260 /* Create configuration and call testing lib to modify it */
261 p->cfg = GNUNET_CONFIGURATION_create (); 261 p->cfg = GNUNET_CONFIGURATION_create ();
262 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 262 GNUNET_assert (GNUNET_OK ==
263 263 GNUNET_CONFIGURATION_load (p->cfg, cfgname));
264 if (GNUNET_SYSERR == GNUNET_TESTING_configuration_create (tth->tl_system, p->cfg)) 264 if (GNUNET_SYSERR == GNUNET_TESTING_configuration_create (tth->tl_system, p->cfg))
265 { 265 {
266 LOG (GNUNET_ERROR_TYPE_ERROR, 266 LOG (GNUNET_ERROR_TYPE_ERROR,