gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] tag v0.9.0-dev.1 updated (eb05ba6e -> 4599fc2d)


From: gnunet
Subject: [taler-exchange] tag v0.9.0-dev.1 updated (eb05ba6e -> 4599fc2d)
Date: Tue, 23 Nov 2021 22:15:47 +0100

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

dold pushed a change to tag v0.9.0-dev.1
in repository exchange.

*** WARNING: tag v0.9.0-dev.1 was modified! ***

    from eb05ba6e (commit)
      to 4599fc2d (commit)
    from eb05ba6e force full gana update on bootstrap
     add 4599fc2d protocol bump, ignore eintr

No new revisions were added by this update.

Summary of changes:
 src/bank-lib/fakebank.c       | 5 +++--
 src/lib/exchange_api_handle.c | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index b3639cae..8218ea77 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -548,8 +548,9 @@ lp_expiration_thread (void *cls)
                   timeout_ms);
       if (-1 == ret)
       {
-        GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING,
-                             "poll");
+        if (EINTR != epoll)
+          GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING,
+                               "poll");
       }
       else if (1 == ret)
       {
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 4d7c6db1..785f3a8f 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -39,7 +39,7 @@
  * Which version of the Taler protocol is implemented
  * by this library?  Used to determine compatibility.
  */
-#define EXCHANGE_PROTOCOL_CURRENT 9
+#define EXCHANGE_PROTOCOL_CURRENT 10
 
 /**
  * How many versions are we backwards compatible with?

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