summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-18 09:25:59 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-18 09:25:59 +0000
commitc39b55649dc944095491e9a15370f8a91c13e4d6 (patch)
tree8633e691ff76c4ac777d8c6276babcdf5cc09a36
parent0d7dca9483e1fcb2a73390f4a34c66613b34246f (diff)
downloadlighttpd-git-c39b55649dc944095491e9a15370f8a91c13e4d6.tar.gz
initialize is_ssl (perhaps fixes a long standing bug)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@568 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--src/configfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configfile.c b/src/configfile.c
index 890d4ef4..6d618c5c 100644
--- a/src/configfile.c
+++ b/src/configfile.c
@@ -262,7 +262,10 @@ int config_setup_connection(server *srv, connection *con) {
PATCH(range_requests);
PATCH(force_lower_case);
+ PATCH(is_ssl);
+ PATCH(ssl_pemfile);
+ PATCH(ssl_ca_file);
return 0;
}