From 8ff8c7b8c7015970c65849e0550ed4a0e54be2ad Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 18 May 2016 17:19:32 +0200 Subject: fix table dropping logic to ensure testcases run in fresh environment --- src/exchange/test_taler_exchange_aggregator.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/exchange') diff --git a/src/exchange/test_taler_exchange_aggregator.c b/src/exchange/test_taler_exchange_aggregator.c index a88d222c3..411bef029 100644 --- a/src/exchange/test_taler_exchange_aggregator.c +++ b/src/exchange/test_taler_exchange_aggregator.c @@ -311,8 +311,7 @@ shutdown_action (void *cls) GNUNET_OS_process_destroy (aggregator_proc); aggregator_proc = NULL; } - plugin->drop_tables (plugin->cls, - session); + plugin->drop_tables (plugin->cls); TALER_EXCHANGEDB_plugin_unload (plugin); plugin = NULL; } -- cgit v1.2.3