diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-15 10:06:58 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-15 10:06:58 +0000 |
commit | 13ee2d8b7815feb91d104cd913805c09ba83951a (patch) | |
tree | 004df758f35f91991cae3fd4e58bcdba7a85b2fd /package/busybox/patches/440-httpd_chdir.patch | |
parent | e2c3486a60723b4c00131496b0c6ef1331333222 (diff) | |
download | upstream-13ee2d8b7815feb91d104cd913805c09ba83951a.tar.gz upstream-13ee2d8b7815feb91d104cd913805c09ba83951a.tar.bz2 upstream-13ee2d8b7815feb91d104cd913805c09ba83951a.zip |
package/busybox: fix missing bit, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/440-httpd_chdir.patch')
-rw-r--r-- | package/busybox/patches/440-httpd_chdir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/440-httpd_chdir.patch b/package/busybox/patches/440-httpd_chdir.patch index 56f5bb68c5..2f44111dcb 100644 --- a/package/busybox/patches/440-httpd_chdir.patch +++ b/package/busybox/patches/440-httpd_chdir.patch @@ -1,6 +1,6 @@ --- a/networking/httpd.c +++ b/networking/httpd.c -@@ -1827,6 +1827,7 @@ static void handle_incoming_and_exit(con +@@ -1828,6 +1828,7 @@ static void handle_incoming_and_exit(con char *header_ptr = header_ptr; Htaccess_Proxy *proxy_entry; #endif |