commit 88806ee4b3ac116295fcb2e904a1ff0f5d7d6e41
parent 7f612c06514d99cb37806a52eb95470fe4b46e9a
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 16 Feb 2024 10:40:48 +0100
-fix FTBFS
Diffstat:
1 file changed, 2 insertions(+), 2 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
@@ -1523,6 +1523,8 @@ AGE_FAIL:
static void
force_keys (struct ExchangeGroup *eg)
{
+ struct PayContext *pc = eg->pc;
+
eg->tried_force_keys = true;
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Forcing /keys download (once) as wire fees are unknown\n");
@@ -1533,8 +1535,6 @@ force_keys (struct ExchangeGroup *eg)
eg);
if (NULL == eg->fo)
{
- struct PayContext *pc = eg->pc;
-
GNUNET_break (0);
resume_pay_with_error (pc,
TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_EXCHANGE_LOOKUP_FAILED,