From 5b1e17617faf356f0d85e7e6bf2b188483bcf351 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 14 Feb 2018 12:46:01 +0100 Subject: offer url trait --- src/exchange-lib/testing_api_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange-lib/testing_api_loop.c') diff --git a/src/exchange-lib/testing_api_loop.c b/src/exchange-lib/testing_api_loop.c index f22c99d86..c4b6031bb 100644 --- a/src/exchange-lib/testing_api_loop.c +++ b/src/exchange-lib/testing_api_loop.c @@ -537,7 +537,6 @@ main_wrapper (void *cls) main_ctx)) ); GNUNET_free (exchange_url); GNUNET_CONFIGURATION_destroy (cfg); - } @@ -586,6 +585,7 @@ TALER_TESTING_setup (TALER_TESTING_Main main_cb, GNUNET_assert (NULL != sigpipe); shc_chld = GNUNET_SIGNAL_handler_install (GNUNET_SIGCHLD, &sighandler_child_death); + /* Blocking */ GNUNET_SCHEDULER_run (&main_wrapper, &main_ctx); GNUNET_SIGNAL_handler_uninstall (shc_chld); -- cgit v1.2.3