From e9165caae8da702299b9f3aae4406c40a7285d90 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 17 Aug 2005 13:30:35 +0000 Subject: [PATCH] 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 --- src/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;