aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r--src/daemon/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 52e47ca3..5d4d20dd 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -2836,7 +2836,7 @@ MHD_init ()
2836 mhd_panic_cls = NULL; 2836 mhd_panic_cls = NULL;
2837 2837
2838#ifdef WINDOWS 2838#ifdef WINDOWS
2839 plibc_init_utf8 ("GNU", "libmicrohttpd", 1); 2839 plibc_init ("GNU", "libmicrohttpd");
2840#endif 2840#endif
2841#if HTTPS_SUPPORT 2841#if HTTPS_SUPPORT
2842 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread); 2842 gcry_control (GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);