gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/04: digestauth: fixed panic log message


From: gnunet
Subject: [libmicrohttpd] 01/04: digestauth: fixed panic log message
Date: Wed, 24 Aug 2022 07:57:11 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 774219b75a15128e00efe6420ec37c52c8ec99c2
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Aug 16 15:16:54 2022 +0300

    digestauth: fixed panic log message
---
 src/microhttpd/digestauth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 0f428d86..ea236ce7 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -2748,7 +2748,7 @@ MHD_digest_auth_check_digest3 (struct MHD_Connection 
*connection,
 
   if (digest_get_hash_size ((enum MHD_DigestAuthAlgo3) malgo3) !=
       userdigest_size)
-    MHD_PANIC (_ ("Wrong 'userdigest_size' value, not matching 'malgo3, "
+    MHD_PANIC (_ ("Wrong 'userdigest_size' value, does not match 'malgo3', "
                   "API violation"));
 
   return digest_auth_check_all (connection,

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