From cc7df8cbce6a650a303f1370f3e3ae99ea753ea1 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 2 Sep 2008 11:18:47 +0000 Subject: remove awx from busybox, refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12497 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/patches/450-httpd_accept_header.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox/patches/450-httpd_accept_header.patch') 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)); -- cgit v1.2.3