summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorMarco Boss <bossm8@bfh.ch>2022-03-02 17:22:43 +0100
committerMarco Boss <bossm8@bfh.ch>2022-03-02 17:22:43 +0100
commit7f30609ff0773873df9274bf4a491dd00e623577 (patch)
treecb2d628becd409a0f462f657855abdfc124da747 /src/exchange-tools
parent548613c617cc6da29093e617964016e30c66a11f (diff)
downloadexchange-7f30609ff0773873df9274bf4a491dd00e623577.tar.gz
exchange-7f30609ff0773873df9274bf4a491dd00e623577.tar.bz2
exchange-7f30609ff0773873df9274bf4a491dd00e623577.zip
use plain uint32_t
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-exchange-dbinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c
index 69b9d1a16..9ec31afc1 100644
--- a/src/exchange-tools/taler-exchange-dbinit.c
+++ b/src/exchange-tools/taler-exchange-dbinit.c
@@ -98,7 +98,7 @@ 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");