diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-16 10:40:48 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-16 10:40:48 +0100 |
commit | 88806ee4b3ac116295fcb2e904a1ff0f5d7d6e41 (patch) | |
tree | 2099d97b1d57459f80462795e5bb8914d61950a0 | |
parent | 7f612c06514d99cb37806a52eb95470fe4b46e9a (diff) |
-fix FTBFSv0.9.5-dev.2
-rw-r--r-- | src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 4 |
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, |