diff options
author | Marco Boss <bossm8@bfh.ch> | 2022-04-02 13:42:00 +0200 |
---|---|---|
committer | Marco Boss <bossm8@bfh.ch> | 2022-04-02 13:42:00 +0200 |
commit | 5880a8ec4faa75e1eb5ed80dd36ae978b9a1e54f (patch) | |
tree | 69ade4ffb1fc02c8e995651d475d1e2cf3932efd /src/exchange-tools | |
parent | f596b27a97dd649664f624d7f72cd52b7f56e043 (diff) |
drop functions
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-exchange-dbinit.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c index cf35466ca..34b68f8ff 100644 --- a/src/exchange-tools/taler-exchange-dbinit.c +++ b/src/exchange-tools/taler-exchange-dbinit.c @@ -121,7 +121,9 @@ run (void *cls, if (1 < num_partitions) { - if (GNUNET_OK != plugin->setup_partitions (plugin->cls, num_partitions)) + if (GNUNET_OK != + plugin->setup_partitions (plugin->cls, + num_partitions)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not setup partitions. Dropping default ones again\n"); @@ -139,8 +141,9 @@ run (void *cls, else if (1 < num_foreign_servers) { - if (GNUNET_OK != plugin->setup_foreign_servers (plugin->cls, - num_foreign_servers)) + if (GNUNET_OK != + plugin->setup_foreign_servers (plugin->cls, + num_foreign_servers)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not setup shards. Aborting\n"); |