openwrtv4/package/busybox/patches/440-httpd_chdir.patch
Alexandros C. Couloumbis da7c2e1d7d package/busybox: fix missing bit, refresh patches
SVN-Revision: 22660
2010-08-15 10:06:58 +00:00

10 lines
312 B
Diff

--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1828,6 +1828,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) */