gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd2] 02/08: perf_replies: fixed parameter check


From: Admin
Subject: [libmicrohttpd2] 02/08: perf_replies: fixed parameter check
Date: Sat, 14 Jun 2025 19:15:17 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd2.

commit 993b448f157180330f0611286c310d7b00a70dea
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
AuthorDate: Sat Jun 14 13:26:06 2025 +0200

    perf_replies: fixed parameter check
---
 src/tools/perf_replies.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/perf_replies.c b/src/tools/perf_replies.c
index d389401..033f44c 100644
--- a/src/tools/perf_replies.c
+++ b/src/tools/perf_replies.c
@@ -1344,7 +1344,7 @@ static int
 check_param__select (void)
 {
   union MHD_LibInfoFixedData mhdl_info;
-  if (! tool_params.poll)
+  if (! tool_params.select)
     return ! 0;
   (void) MHD_lib_get_info_fixed (MHD_LIB_INFO_FIXED_TYPES_SOCKETS_POLLING,
                                  &mhdl_info);

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