diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-20 14:31:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-20 14:31:10 +0200 |
commit | 360382192f2465c66bf61d6100ccc5d9038f57a7 (patch) | |
tree | 30495aa2767c5588d28bec6caa274cb4be8ace31 /src/exchange/taler-exchange-httpd_purses_deposit.c | |
parent | ec2d596b46d1e569d22e56bfcfd7a1f9da29fc0d (diff) |
-fix initialization issue
Diffstat (limited to 'src/exchange/taler-exchange-httpd_purses_deposit.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_purses_deposit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_purses_deposit.c b/src/exchange/taler-exchange-httpd_purses_deposit.c index 45d0c6f7..b7182e0c 100644 --- a/src/exchange/taler-exchange-httpd_purses_deposit.c +++ b/src/exchange/taler-exchange-httpd_purses_deposit.c @@ -197,6 +197,7 @@ deposit_transaction (void *cls, struct PurseDepositContext *pcc = cls; enum GNUNET_DB_QueryStatus qs; + qs = GNUNET_DB_STATUS_SUCCESS_NO_RESULTS; for (unsigned int i = 0; i<pcc->num_coins; i++) { struct Coin *coin = &pcc->coins[i]; |