gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: avoid boolean flags, see #6188


From: gnunet
Subject: [taler-merchant] branch master updated: avoid boolean flags, see #6188
Date: Thu, 16 Jul 2020 20:28:06 +0200

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 9e2df4c  avoid boolean flags, see #6188
9e2df4c is described below

commit 9e2df4ccea8975257d151111000e1f89c071eac2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 16 20:28:02 2020 +0200

    avoid boolean flags, see #6188
---
 src/backend/taler-merchant-httpd_exchanges.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_exchanges.c 
b/src/backend/taler-merchant-httpd_exchanges.c
index 46d241a..c31ce46 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -896,8 +896,7 @@ keys_mgmt_cb (void *cls,
   }
 
   expire = TALER_EXCHANGE_check_keys_current (exchange->conn,
-                                              GNUNET_NO,
-                                              GNUNET_NO);
+                                              TALER_EXCHANGE_CKF_NONE);
   exchange->first_retry = GNUNET_TIME_relative_to_absolute (RELOAD_DELAY);
   if (0 == expire.abs_value_us)
     delay = RELOAD_DELAY;
@@ -1041,8 +1040,7 @@ TMH_EXCHANGES_find_exchange (const char *chosen_exchange,
                                             exchange->retry_delay,
                                             FORCED_RELOAD_DELAY));
     TALER_EXCHANGE_check_keys_current (exchange->conn,
-                                       GNUNET_YES,
-                                       GNUNET_NO);
+                                       TALER_EXCHANGE_CKF_FORCE_DOWNLOAD);
     return fo;
   }
 

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