[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 270/335: -fix test setup logic
From: |
gnunet |
Subject: |
[libmicrohttpd] 270/335: -fix test setup logic |
Date: |
Sat, 27 Jul 2024 22:02:46 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.
commit 663eb717acaa58e5c3b4d40bbee06fa2fd3a4583
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jul 22 10:52:15 2024 +0200
-fix test setup logic
---
src/tests/basic/libtest_convenience.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/tests/basic/libtest_convenience.c
b/src/tests/basic/libtest_convenience.c
index 77dcb557..efd1b434 100644
--- a/src/tests/basic/libtest_convenience.c
+++ b/src/tests/basic/libtest_convenience.c
@@ -45,8 +45,6 @@ MHDT_server_setup_minimal (void *cls,
options,
MHD_OPTIONS_ARRAY_MAX_SIZE))
return "Failed to configure threading mode!";
- return NULL;
-
if (MHD_SC_OK !=
MHD_DAEMON_SET_OPTIONS (
d,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 233/335: -wrong variable, (continued)
- [libmicrohttpd] 233/335: -wrong variable, gnunet, 2024/07/27
- [libmicrohttpd] 263/335: -remove redundant comments, gnunet, 2024/07/27
- [libmicrohttpd] 262/335: expand test suite to cover more threading modes, gnunet, 2024/07/27
- [libmicrohttpd] 266/335: ignore, gnunet, 2024/07/27
- [libmicrohttpd] 255/335: clean up example, gnunet, 2024/07/27
- [libmicrohttpd] 256/335: minimal_example2: saved two extra calls of MHD_daemon_destroy(), gnunet, 2024/07/27
- [libmicrohttpd] 274/335: daemon_start.c: make sure that sys symbols defined, gnunet, 2024/07/27
- [libmicrohttpd] 276/335: Workaround for Linux kernel bug, gnunet, 2024/07/27
- [libmicrohttpd] 267/335: epoll and other fixes, gnunet, 2024/07/27
- [libmicrohttpd] 249/335: fix FTBFS issues, gnunet, 2024/07/27
- [libmicrohttpd] 270/335: -fix test setup logic,
gnunet <=
- [libmicrohttpd] 258/335: fix copy and paste bug, gnunet, 2024/07/27
- [libmicrohttpd] 271/335: Make sure that connection is closed if disconnected remotely, gnunet, 2024/07/27
- [libmicrohttpd] 265/335: add test with chunked upload, gnunet, 2024/07/27
- [libmicrohttpd] 272/335: Fixes, gnunet, 2024/07/27
- [libmicrohttpd] 277/335: More workarounds for Linux kernel, gnunet, 2024/07/27
- [libmicrohttpd] 268/335: Proper conn cleanup on daemon close, no wait if something is already ready, gnunet, 2024/07/27
- [libmicrohttpd] 259/335: Fixed shutdown of the daemon, gnunet, 2024/07/27
- [libmicrohttpd] 281/335: Moved client-server tests to dedicated dir, gnunet, 2024/07/27
- [libmicrohttpd] 279/335: Fixed assert, gnunet, 2024/07/27
- [libmicrohttpd] 283/335: More missing parts for moved test, gnunet, 2024/07/27