gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 03/03: disable work-around for bug 8209 so we can repro


From: gnunet
Subject: [taler-merchant] 03/03: disable work-around for bug 8209 so we can reproduce it first
Date: Mon, 22 Jan 2024 22:15:05 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit 366a2226abbf43b25ff38a8fec88315863281ab8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 22 22:14:59 2024 +0100

    disable work-around for bug 8209 so we can reproduce it first
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index dddac983..4ba5411e 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -652,6 +652,7 @@ resume_pay_with_response (struct PayContext *pc,
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Resuming /pay handling. HTTP status for our reply is %u.\n",
               response_code);
+#if PARTIAL_FIX_8209
   for (unsigned int i = 0; i<pc->num_exchanges; i++)
   {
     struct ExchangeGroup *eg = pc->egs[i];
@@ -669,6 +670,7 @@ resume_pay_with_response (struct PayContext *pc,
     }
   }
   GNUNET_assert (0 == pc->pending_at_eg);
+#endif
   if (NULL != pc->timeout_task)
   {
     GNUNET_SCHEDULER_cancel (pc->timeout_task);

-- 
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]