gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix one last uninit in_shutdown


From: gnunet
Subject: [taler-exchange] branch master updated: -fix one last uninit in_shutdown
Date: Thu, 07 Mar 2024 12:03:23 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b1b3ae3d -fix one last uninit in_shutdown
b1b3ae3d is described below

commit b1b3ae3df5022a9c22105d32f77f82d64c34c129
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 7 12:03:20 2024 +0100

    -fix one last uninit in_shutdown
---
 src/bank-lib/fakebank_twg_history.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank_twg_history.c 
b/src/bank-lib/fakebank_twg_history.c
index 6d3c376e..5dfc160b 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 ==

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]