gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/02: digestauth: use size_t for counting headers


From: gnunet
Subject: [libmicrohttpd] 02/02: digestauth: use size_t for counting headers
Date: Thu, 23 Jun 2022 10:39:48 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 2de47d2007c7708e74ceefe689b848c23c459c8e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Jun 23 10:13:35 2022 +0300

    digestauth: use size_t for counting headers
---
 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 eb824fe2..41a016df 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1188,7 +1188,7 @@ calculate_add_nonce_with_retry (struct MHD_Connection 
*const connection,
 struct test_header_param
 {
   struct MHD_Connection *connection;
-  unsigned int num_headers;
+  size_t num_headers;
 };
 
 /**

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