commit f22b4eea546ba86e14ca7a3b8f651762cddd30d1
parent 7b6aed8cfbdfde80cf9b144136e524f02e268b95
Author: Pius Loosli <pius.loosli@students.bfh.ch>
Date: Thu, 18 Jan 2024 12:28:32 +0100
[donau] Use first DONAU specific Error code in /keys!
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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);