gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/19: gen_auth: cosmetics


From: gnunet
Subject: [libmicrohttpd] 03/19: gen_auth: cosmetics
Date: Thu, 28 Jul 2022 06:26:07 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 658e94e1107724a4a645fef90a1521a1eb2aaaf8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Jul 21 20:31:30 2022 +0300

    gen_auth: cosmetics
---
 src/microhttpd/gen_auth.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/microhttpd/gen_auth.c b/src/microhttpd/gen_auth.c
index 26cf19ad..71a1a742 100644
--- a/src/microhttpd/gen_auth.c
+++ b/src/microhttpd/gen_auth.c
@@ -296,10 +296,9 @@ parse_dauth_params (const char *str,
   {
     if (userhash.quoted)
       pdauth->userhash =
-        MHD_str_equal_caseless_quoted_bin_n (userhash.value.str,
-                                             userhash.value.len,
-                                             "true",
-                                             MHD_STATICSTR_LEN_ ("true"));
+        MHD_str_equal_caseless_quoted_s_bin_n (userhash.value.str, \
+                                               userhash.value.len, \
+                                               "true");
     else
       pdauth->userhash =
         MHD_str_equal_caseless_s_bin_n_ ("true", userhash.value.str, \

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