Files
openwrt_NSS_ACW/package/busybox/patches/440-httpd_chdir.patch
Nicolas Thill d10b4495bc busybox: update to 1.19.2 (thanks to Peter Wagner)
SVN-Revision: 28513
2011-10-21 23:08:45 +00:00

11 lines
312 B
Diff

--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1886,6 +1886,7 @@ static void handle_incoming_and_exit(con
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) */