convert 'thread_joined' to bool

This commit is contained in:
Christian Grothoff
2017-02-14 18:00:17 +01:00
parent 8a84902f74
commit 3ba8a0c8b9
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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,