diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-14 12:46:01 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-02-14 12:46:01 +0100 |
commit | 5b1e17617faf356f0d85e7e6bf2b188483bcf351 (patch) | |
tree | 0cc53564805d03d47a7a6368ecc0cd5343333853 /src/exchange-lib/testing_api_loop.c | |
parent | fe6960cce854cd4c665a27c4368e4397c8e7bcfb (diff) |
offer url trait
Diffstat (limited to 'src/exchange-lib/testing_api_loop.c')
-rw-r--r-- | src/exchange-lib/testing_api_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |