summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-17 13:30:35 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-17 13:30:35 +0000
commite9165caae8da702299b9f3aae4406c40a7285d90 (patch)
treeea6d774a6fbe5161720a9b3e50e492645d44c036
parent182f800f59a35460e4b59f7f7dfb721f93582f21 (diff)
downloadlighttpd-git-e9165caae8da702299b9f3aae4406c40a7285d90.tar.gz
range-requests is at 40
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@563 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--src/configfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configfile.c b/src/configfile.c
index a3a02f4d..890d4ef4 100644
--- a/src/configfile.c
+++ b/src/configfile.c
@@ -186,7 +186,7 @@ static int config_insert(server *srv) {
cv[35].destination = &(s->allow_http11);
cv[38].destination = s->ssl_ca_file;
- cv[39].destination = &(s->range_requests);
+ cv[40].destination = &(s->range_requests);
srv->config_storage[i] = s;