From 702169aa561b11d3f0af2a05019673c6436acd38 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Jun 2014 21:48:38 +0000 Subject: -drastically simplify http server session cleanup (and startup) logic --- src/transport/transport-testing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/transport-testing.c') 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 /* Create configuration and call testing lib to modify it */ p->cfg = GNUNET_CONFIGURATION_create (); - GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); - + GNUNET_assert (GNUNET_OK == + GNUNET_CONFIGURATION_load (p->cfg, cfgname)); if (GNUNET_SYSERR == GNUNET_TESTING_configuration_create (tth->tl_system, p->cfg)) { LOG (GNUNET_ERROR_TYPE_ERROR, -- cgit v1.2.3