aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-01-24 02:07:09 +0000
committerChristian Grothoff <christian@grothoff.org>2009-01-24 02:07:09 +0000
commitc9d38243c2990ecff32fba8f2d4e6c4427ab24af (patch)
tree18d4545ebdf671fc853fe28ef68637e457d996a9
parentd4d7006bbbc04b0d99f59de48ae2cb7cf72bc51b (diff)
downloadlibmicrohttpd-c9d38243c2990ecff32fba8f2d4e6c4427ab24af.tar.gz
libmicrohttpd-c9d38243c2990ecff32fba8f2d4e6c4427ab24af.zip
brk
-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) &&