summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff')
-rw-r--r--www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff b/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff
deleted file mode 100644
index 3e9edcd70d9f..000000000000
--- a/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- branches/lighttpd-merge-1.4.x/src/configfile.c (revision 562)
-+++ branches/lighttpd-merge-1.4.x/src/configfile.c (revision 563)
-@@ -186,7 +186,7 @@
-
- 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;
-