summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-22 22:14:59 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-22 22:14:59 +0100
commit366a2226abbf43b25ff38a8fec88315863281ab8 (patch)
treee2654dfae9009e5164ac76f3534a2a9db39746f0 /src/backend
parentc7bddf16c49b98e44d410f1b4c9ab5465c4ac948 (diff)
downloadmerchant-366a2226abbf43b25ff38a8fec88315863281ab8.tar.gz
merchant-366a2226abbf43b25ff38a8fec88315863281ab8.tar.bz2
merchant-366a2226abbf43b25ff38a8fec88315863281ab8.zip
disable work-around for bug 8209 so we can reproduce it first
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c2
1 files changed, 2 insertions, 0 deletions
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);