[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 03/07: fix
From: |
gnunet |
Subject: |
[taler-exchange] 03/07: fix |
Date: |
Wed, 02 Mar 2022 19:09:53 +0100 |
This is an automated email from the git hooks/post-receive script.
marco-boss pushed a commit to branch master
in repository exchange.
commit 41a9a73eb85c726a0e38f89cd2ca86de8040e17c
Author: Marco Boss <bossm8@bfh.ch>
AuthorDate: Wed Mar 2 13:21:45 2022 +0100
fix
---
src/exchange-tools/taler-exchange-dbinit.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/exchange-tools/taler-exchange-dbinit.c
b/src/exchange-tools/taler-exchange-dbinit.c
index f7c177ed..4afb5725 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;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] branch master updated (10d7d93a -> 57e3864c), gnunet, 2022/03/02
- [taler-exchange] 02/07: clearer doc, gnunet, 2022/03/02
- [taler-exchange] 03/07: fix,
gnunet <=
- [taler-exchange] 06/07: fix num partitions, gnunet, 2022/03/02
- [taler-exchange] 04/07: fix, gnunet, 2022/03/02
- [taler-exchange] 05/07: use plain uint32_t, gnunet, 2022/03/02
- [taler-exchange] 01/07: include partitioning logic in dbinit, gnunet, 2022/03/02
- [taler-exchange] 07/07: Include partitioning in dbinit, gnunet, 2022/03/02