summaryrefslogtreecommitdiff
path: root/src/exchange/test_taler_exchange_aggregator.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-18 17:19:32 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-18 17:19:32 +0200
commit8ff8c7b8c7015970c65849e0550ed4a0e54be2ad (patch)
tree244fcee453b05aedbd8375bfcb3a25ab7e3a46cd /src/exchange/test_taler_exchange_aggregator.c
parente905e9e245149627bdecd14370c3bde3fd079375 (diff)
downloadexchange-8ff8c7b8c7015970c65849e0550ed4a0e54be2ad.tar.gz
exchange-8ff8c7b8c7015970c65849e0550ed4a0e54be2ad.tar.bz2
exchange-8ff8c7b8c7015970c65849e0550ed4a0e54be2ad.zip
fix table dropping logic to ensure testcases run in fresh environment
Diffstat (limited to 'src/exchange/test_taler_exchange_aggregator.c')
-rw-r--r--src/exchange/test_taler_exchange_aggregator.c3
1 files changed, 1 insertions, 2 deletions
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;
}