gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] 02/02: [donau] Use first DONAU specific Error code in /key


From: gnunet
Subject: [taler-donau] 02/02: [donau] Use first DONAU specific Error code in /keys!
Date: Thu, 18 Jan 2024 12:27:35 +0100

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

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

commit f22b4eea546ba86e14ca7a3b8f651762cddd30d1
Author: Pius Loosli <pius.loosli@students.bfh.ch>
AuthorDate: Thu Jan 18 12:28:32 2024 +0100

    [donau] Use first DONAU specific Error code in /keys!
---
 src/donau/donau-httpd_keys.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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]