aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_digestauth_emu_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_digestauth_emu_ext.c')
-rw-r--r--src/testcurl/test_digestauth_emu_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_digestauth_emu_ext.c b/src/testcurl/test_digestauth_emu_ext.c
index 7a6e8e7b..8506a567 100644
--- a/src/testcurl/test_digestauth_emu_ext.c
+++ b/src/testcurl/test_digestauth_emu_ext.c
@@ -820,7 +820,7 @@ testDigestAuthEmu (void)
820 else 820 else
821 port = 4210; 821 port = 4210;
822 822
823 d = MHD_start_daemon (MHD_USE_ERROR_LOG, 823 d = MHD_start_daemon (MHD_USE_ERROR_LOG | MHD_USE_NO_THREAD_SAFETY,
824 port, NULL, NULL, 824 port, NULL, NULL,
825 &ahc_echo, NULL, 825 &ahc_echo, NULL,
826 MHD_OPTION_APP_FD_SETSIZE, (int) FD_SETSIZE, 826 MHD_OPTION_APP_FD_SETSIZE, (int) FD_SETSIZE,