summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-07 12:03:20 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-07 12:03:20 +0100
commitb1b3ae3df5022a9c22105d32f77f82d64c34c129 (patch)
tree918f8b48cc305b0acc4220b264ffc044c37ac607 /src/bank-lib
parent5363596854de907ffa1430dffd2353d9e9b42044 (diff)
downloadexchange-b1b3ae3df5022a9c22105d32f77f82d64c34c129.tar.gz
exchange-b1b3ae3df5022a9c22105d32f77f82d64c34c129.tar.bz2
exchange-b1b3ae3df5022a9c22105d32f77f82d64c34c129.zip
-fix one last uninit in_shutdown
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/fakebank_twg_history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bank-lib/fakebank_twg_history.c b/src/bank-lib/fakebank_twg_history.c
index 6d3c376e5..5dfc160b0 100644
--- a/src/bank-lib/fakebank_twg_history.c
+++ b/src/bank-lib/fakebank_twg_history.c
@@ -397,6 +397,7 @@ TALER_FAKEBANK_twg_get_credit_history_ (
if ( (NULL == t) ||
overflow)
{
+ in_shutdown = h->in_shutdown;
/* FIXME: these conditions are unclear to me. */
if (GNUNET_TIME_relative_is_zero (hc->ha.lp_timeout) &&
(0 < hc->ha.delta))
@@ -411,7 +412,7 @@ TALER_FAKEBANK_twg_get_credit_history_ (
NULL);
goto finish;
}
- if (h->in_shutdown)
+ if (in_shutdown)
{
acc_payto_uri = hc->acc->payto_uri;
GNUNET_assert (0 ==