1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-30 19:43:09 +02:00
openwrt-xburst/package/busybox/patches/440-httpd_chdir.patch
Lars-Peter Clausen 99c6c73272 reset to backfire.
2010-05-02 15:41:15 +02:00

11 lines
312 B
Diff

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