openwrtv4/package/busybox/patches/440-httpd_chdir.patch
Felix Fietkau 2a58b9c729 remove awx from busybox, refresh patches
SVN-Revision: 12497
2008-09-02 11:18:47 +00:00

10 lines
271 B
Diff

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