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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 9d6943ca..4f2a5d58 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -906,6 +906,7 @@ MHD_start_daemon_va (unsigned int options,
906 va_arg (ap, void (*)(void *cls, const char *, ...)); 906 va_arg (ap, void (*)(void *cls, const char *, ...));
907 va_arg (ap, void *); 907 va_arg (ap, void *);
908#endif 908#endif
909 break;
909 default: 910 default:
910#if HAVE_MESSAGES 911#if HAVE_MESSAGES
911 if ((opt >= MHD_OPTION_HTTPS_MEM_KEY) && 912 if ((opt >= MHD_OPTION_HTTPS_MEM_KEY) &&