exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 0292d9d68af82b746f4c0c2960f24a9091182220
parent ce1dcfe1ed4d3ae8c0a498ebc0bc2f4a357a9c1d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  6 May 2016 22:03:07 +0200

fix shutdown issue in test

Diffstat:
Msrc/exchange/test_taler_exchange_aggregator.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/exchange/test_taler_exchange_aggregator.c b/src/exchange/test_taler_exchange_aggregator.c @@ -340,11 +340,11 @@ maint_child_death (void *cls) aggregator_state->ioff++; state = aggregator_state; aggregator_state = NULL; - interpreter (state); child_death_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL, pr, &maint_child_death, NULL); + interpreter (state); } /** @@ -1116,8 +1116,6 @@ run_test () } - - /** * Main function that will be run by the scheduler. *