summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarco Boss <bossm8@bfh.ch>2022-03-02 13:21:45 +0100
committerMarco Boss <bossm8@bfh.ch>2022-03-02 13:21:45 +0100
commit41a9a73eb85c726a0e38f89cd2ca86de8040e17c (patch)
treea83befae82908c3a148fd87750ade606c0361acc /src
parentcab654237f743fc58e398dd093ee6316c7ce0278 (diff)
downloadexchange-41a9a73eb85c726a0e38f89cd2ca86de8040e17c.tar.gz
exchange-41a9a73eb85c726a0e38f89cd2ca86de8040e17c.tar.bz2
exchange-41a9a73eb85c726a0e38f89cd2ca86de8040e17c.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/exchange-tools/taler-exchange-dbinit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c
index f7c177edc..4afb5725c 100644
--- a/src/exchange-tools/taler-exchange-dbinit.c
+++ b/src/exchange-tools/taler-exchange-dbinit.c
@@ -102,11 +102,11 @@ run (void *cls,
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Could not setup partitions. Dropping default ones again\n");
- }
- if (GNUNET_OK != plugin->drop_tables (plugin->cls))
- {
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Could not drop tables after failed partitioning, please delete the DB manually\n");
+ if (GNUNET_OK != plugin->drop_tables (plugin->cls))
+ {
+ GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ "Could not drop tables after failed partitioning, please delete the DB manually\n");
+ }
}
TALER_EXCHANGEDB_plugin_unload (plugin);
plugin = NULL;