gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix #7105 (for exchange)


From: gnunet
Subject: [taler-exchange] branch master updated: fix #7105 (for exchange)
Date: Thu, 25 Nov 2021 23:24:08 +0100

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 f4931220 fix #7105 (for exchange)
f4931220 is described below

commit f493122033ca813d571624745ebb38bb037a5e66
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 25 23:23:59 2021 +0100

    fix #7105 (for exchange)
---
 src/lib/exchange_api_handle.c | 2 +-
 src/util/os_installation.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 785f3a8f..7103f6d6 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -779,7 +779,7 @@ decode_keys_json (const json_t *resp_obj,
     EXITIF (NULL == (sign_keys_array =
                        json_object_get (resp_obj,
                                         "signkeys")));
-    EXITIF (JSON_ARRAY != json_typeof (sign_keys_array));
+    EXITIF (! json_is_array (sign_keys_array));
     if (0 != (key_data->num_sign_keys =
                 json_array_size (sign_keys_array)))
     {
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index beea5d70..1cbb9e78 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -40,7 +40,7 @@ static const struct GNUNET_OS_ProjectData taler_pd = {
   .homepage = "http://www.gnu.org/s/taler/";,
   .config_file = "taler.conf",
   .user_config_file = "~/.config/taler.conf",
-  .version = PACKAGE_VERSION,
+  .version = PACKAGE_VERSION "-" VCS_VERSION,
   .is_gnu = 1,
   .gettext_domain = "taler",
   .gettext_path = NULL,

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