gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix header name in error message


From: gnunet
Subject: [taler-merchant] branch master updated: fix header name in error message
Date: Thu, 04 Feb 2021 16:42:45 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e919d68d fix header name in error message
e919d68d is described below

commit e919d68d0275803a8eb8cb6d11b89937e92e44ea
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 4 16:42:41 2021 +0100

    fix header name in error message
---
 src/backend/taler-merchant-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index f787385c..f53e0bec 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1687,7 +1687,7 @@ url_handler (void *cls,
       return TALER_MHD_reply_with_error (connection,
                                          MHD_HTTP_UNAUTHORIZED,
                                          
TALER_EC_MERCHANT_GENERIC_UNAUTHORIZED,
-                                         "Check 'Authentication' header");
+                                         "Check 'Authorization' header");
     }
   }
 

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