summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-20 14:28:28 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-20 14:28:28 +0200
commitec2d596b46d1e569d22e56bfcfd7a1f9da29fc0d (patch)
treee404b7a07b399efc4c1cec313e6241d841fab34e /src/exchangedb/plugin_exchangedb_postgres.c
parent007e4bc95464bb486dbe2a79adabf8856ec7386a (diff)
downloadexchange-ec2d596b46d1e569d22e56bfcfd7a1f9da29fc0d.tar.gz
exchange-ec2d596b46d1e569d22e56bfcfd7a1f9da29fc0d.tar.bz2
exchange-ec2d596b46d1e569d22e56bfcfd7a1f9da29fc0d.zip
-fix initialization issue
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 5177ff55e..d367a0c54 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -10899,7 +10899,6 @@ purse_merges_serial_helper_cb (void *cls,
};
enum GNUNET_GenericReturnValue ret;
- flags = (enum TALER_WalletAccountMergeFlags) flags;
if (GNUNET_OK !=
GNUNET_PQ_extract_result (result,
rs,
@@ -10909,6 +10908,7 @@ purse_merges_serial_helper_cb (void *cls,
dsc->status = GNUNET_SYSERR;
return;
}
+ flags = (enum TALER_WalletAccountMergeFlags) flags32;
ret = dsc->cb (dsc->cb_cls,
rowid,
partner_base_url,