From 65062e4354f9e4ba9e2482101cd10c2ee7e757f8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Mar 2020 23:53:26 +0100 Subject: no longer create tables on startup of exchange aggregator/httpd --- src/exchange/taler-exchange-aggregator.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/exchange/taler-exchange-aggregator.c') diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index e115e52dc..90f9f28c7 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -682,15 +682,6 @@ parse_wirewatch_config () "Failed to initialize DB subsystem\n"); return GNUNET_SYSERR; } - if (GNUNET_OK != - db_plugin->create_tables (db_plugin->cls)) - { - fprintf (stderr, - "Failed to initialize DB tables\n"); - TALER_EXCHANGEDB_plugin_unload (db_plugin); - db_plugin = NULL; - return GNUNET_SYSERR; - } TALER_EXCHANGEDB_find_accounts (cfg, &add_account_cb, NULL); -- cgit v1.2.3