summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-16 10:40:48 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-16 10:40:48 +0100
commit88806ee4b3ac116295fcb2e904a1ff0f5d7d6e41 (patch)
tree2099d97b1d57459f80462795e5bb8914d61950a0 /src/backend/taler-merchant-httpd_post-orders-ID-pay.c
parent7f612c06514d99cb37806a52eb95470fe4b46e9a (diff)
downloadmerchant-88806ee4b3ac116295fcb2e904a1ff0f5d7d6e41.tar.gz
merchant-88806ee4b3ac116295fcb2e904a1ff0f5d7d6e41.tar.bz2
merchant-88806ee4b3ac116295fcb2e904a1ff0f5d7d6e41.zip
-fix FTBFSv0.9.5-dev.2
Diffstat (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c4
1 files 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
index 0efc03a6..9447441c 100644
--- 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,