gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/02: Fixed builds with old compilers after 0b9776811f2


From: gnunet
Subject: [libmicrohttpd] 02/02: Fixed builds with old compilers after 0b9776811f2d8bd1041b759bd84733754bba7b3e
Date: Thu, 13 Oct 2022 18:13:22 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 5e0c22236781a8dfb8cee15264c6b02d3b10725b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Oct 13 19:12:59 2022 +0300

    Fixed builds with old compilers after 
0b9776811f2d8bd1041b759bd84733754bba7b3e
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8fb64410..90a49e91 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6108,7 +6108,7 @@ daemon_tls_priorities_init_append_inner_ (struct 
MHD_Daemon *daemon,
 static bool
 daemon_tls_priorities_init_append (struct MHD_Daemon *daemon, const char *prio)
 {
-  static const size_t longest_base_prio = MHD_TlsBasePriotities[0].len;
+  static const size_t longest_base_prio = MHD_STATICSTR_LEN_ 
("@LIBMICROHTTPD");
   bool ret;
   size_t prio_len;
   size_t buf_size_needed;

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