gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-merchant] branch master updated: -fix FTBFS
Date: Fri, 16 Feb 2024 10:40:51 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 88806ee4 -fix FTBFS
88806ee4 is described below

commit 88806ee4b3ac116295fcb2e904a1ff0f5d7d6e41
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 16 10:40:48 2024 +0100

    -fix FTBFS
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 4 ++--
 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
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,

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