gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: remember last_keys when cherry p


From: gnunet
Subject: [taler-exchange] branch master updated: remember last_keys when cherry picking
Date: Thu, 24 Aug 2023 22:08:33 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new bafd446f remember last_keys when cherry picking
bafd446f is described below

commit bafd446f7688e6764cb1d9aad9f38e2712753d4b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 24 22:08:28 2023 +0200

    remember last_keys when cherry picking
---
 src/lib/exchange_api_handle.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 3fe45ede..def2c38f 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1518,6 +1518,7 @@ TALER_EXCHANGE_get_keys (
   gkh->cert_cb_cls = cert_cb_cls;
   if (NULL != last_keys)
   {
+    gkh->prev_keys = TALER_EXCHANGE_keys_incref (last_keys);
     TALER_LOG_DEBUG ("Last DK issue date (before GETting /keys): %s\n",
                      GNUNET_TIME_timestamp2s (
                        last_keys->last_denom_issue_date));

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