1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 16:38:47 +03:00
openwrt-xburst/package/busybox/patches/440-httpd_chdir.patch
kaloz ac2d02c3e0 upgrade busybox to v1.11.1 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-20 14:00:34 +00:00

11 lines
271 B
Diff

--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1797,6 +1797,7 @@
char *header_ptr = header_ptr;
Htaccess_Proxy *proxy_entry;
#endif
+ xchdir(home_httpd);
/* Allocation of iobuf is postponed until now
* (IOW, server process doesn't need to waste 8k) */