aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-23 21:48:38 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-23 21:48:38 +0000
commit702169aa561b11d3f0af2a05019673c6436acd38 (patch)
tree226d4ee50c3baeffc2b974cc81e2b0f6a3e1a326 /src/transport/transport-testing.c
parent783e60f8924e639220c0dbf0d6aa55164ad79a91 (diff)
downloadgnunet-702169aa561b11d3f0af2a05019673c6436acd38.tar.gz
gnunet-702169aa561b11d3f0af2a05019673c6436acd38.zip
-drastically simplify http server session cleanup (and startup) logic
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,