gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 04/04: gen_auth: fixed usage of 'assert()'


From: gnunet
Subject: [libmicrohttpd] 04/04: gen_auth: fixed usage of 'assert()'
Date: Wed, 24 Aug 2022 07:57:14 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit ac05e45177f633523861a17db52ebca33ae9938f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Aug 24 08:37:54 2022 +0300

    gen_auth: fixed usage of 'assert()'
---
 src/microhttpd/gen_auth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/gen_auth.c b/src/microhttpd/gen_auth.c
index 806fe482..02df8c2b 100644
--- a/src/microhttpd/gen_auth.c
+++ b/src/microhttpd/gen_auth.c
@@ -90,7 +90,7 @@ find_auth_rq_header_ (const struct MHD_Connection *c, enum 
MHD_AuthType type,
   else /* combined with the next line */
 #endif /* BAUTH_SUPPORT */
   {
-    assert (0);
+    mhd_assert (0);
     return false;
   }
 

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