gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated (24bba23 -> f22b4ee)


From: gnunet
Subject: [taler-donau] branch master updated (24bba23 -> f22b4ee)
Date: Thu, 18 Jan 2024 12:27:33 +0100

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

pius-loosli pushed a change to branch master
in repository donau.

    from 24bba23  [httpd] fix get charity
     new 7b6aed8  bump gana version
     new f22b4ee  [donau] Use first DONAU specific Error code in /keys!

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/gana                 | 2 +-
 src/donau/donau-httpd_keys.c | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 8368009..ace673e 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 836800945d80db9c0160a10a84edc1a086339187
+Subproject commit ace673ed30067aa50ef5eebe16cc63ebe1ae066d
diff --git a/src/donau/donau-httpd_keys.c b/src/donau/donau-httpd_keys.c
index 306f40b..136ad73 100644
--- a/src/donau/donau-httpd_keys.c
+++ b/src/donau/donau-httpd_keys.c
@@ -1494,8 +1494,7 @@ DH_handler_keys (struct DH_RequestContext *rc,
   {
     return TALER_MHD_reply_with_error (connection,
                                        MHD_HTTP_SERVICE_UNAVAILABLE,
-//                                                                             
                                                                         
TALER_EC_DONAU_GENERIC_KEYS_MISSING,
-                                       TALER_EC_EXCHANGE_GENERIC_KEYS_MISSING,
+                                       TALER_EC_DONAU_GENERIC_KEYS_MISSING,
                                        "no key state");
   }
   sync_key_helpers (ksh->helpers);

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