mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
convert 'thread_joined' to bool
This commit is contained in:
@@ -43,9 +43,9 @@ test_cipher_option (FILE * test_fd,
|
||||
const char *cipher_suite,
|
||||
int proto_version)
|
||||
{
|
||||
|
||||
int ret;
|
||||
struct MHD_Daemon *d;
|
||||
|
||||
d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_INTERNAL_POLLING_THREAD | MHD_USE_TLS |
|
||||
MHD_USE_ERROR_LOG, 4233,
|
||||
NULL, NULL, &http_ahc, NULL,
|
||||
|
||||
Reference in New Issue
Block a user