summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/450-httpd_accept_header.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-02 11:18:47 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-09-02 11:18:47 +0000
commitcc7df8cbce6a650a303f1370f3e3ae99ea753ea1 (patch)
tree180a2241c3387708d004f2c866ad62afe9e745bb /package/busybox/patches/450-httpd_accept_header.patch
parent842f5cacc45a3ab140fb625f02170aa2c9197f86 (diff)
remove awx from busybox, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/450-httpd_accept_header.patch')
-rw-r--r--package/busybox/patches/450-httpd_accept_header.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/450-httpd_accept_header.patch b/package/busybox/patches/450-httpd_accept_header.patch
index ac392069f..891050836 100644
--- a/package/busybox/patches/450-httpd_accept_header.patch
+++ b/package/busybox/patches/450-httpd_accept_header.patch
@@ -29,7 +29,7 @@
if (post_len)
putenv(xasprintf("CONTENT_LENGTH=%d", post_len));
if (cookie)
-@@ -2009,6 +2017,10 @@
+@@ -2020,6 +2028,10 @@
referer = xstrdup(skip_whitespace(iobuf + sizeof("Referer:")-1));
} else if (STRNCASECMP(iobuf, "User-Agent:") == 0) {
user_agent = xstrdup(skip_whitespace(iobuf + sizeof("User-Agent:")-1));