gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: adjust to API chang


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: adjust to API change of exchange
Date: Sun, 17 Sep 2017 16:57:20 +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 0bddaaf  adjust to API change of exchange
0bddaaf is described below

commit 0bddaaf17d73748084cd649193d560df2959e8bd
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Sep 17 16:57:18 2017 +0200

    adjust to API change of exchange
---
 src/backend/taler-merchant-httpd_exchanges.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_exchanges.c 
b/src/backend/taler-merchant-httpd_exchanges.c
index 4403ec1..5180f40 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -712,7 +712,8 @@ keys_mgmt_cb (void *cls,
                  exchange->uri);
     }
   }
-  expire = TALER_EXCHANGE_check_keys_current (exchange->conn);
+  expire = TALER_EXCHANGE_check_keys_current (exchange->conn,
+                                              GNUNET_NO);
   if (0 == expire.abs_value_us)
     delay = RELOAD_DELAY;
   else

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]