744e962d9e7ad6825ca3d4c9c45b04eb608b8240
[openwrt-10.03/.git] / package / busybox / patches / 440-httpd_chdir.patch
1 --- a/networking/httpd.c
2 +++ b/networking/httpd.c
3 @@ -1816,6 +1816,7 @@ static void handle_incoming_and_exit(con
4         char *header_ptr = header_ptr;
5         Htaccess_Proxy *proxy_entry;
6  #endif
7 +       xchdir(home_httpd);
8  
9         /* Allocation of iobuf is postponed until now
10          * (IOW, server process doesn't need to waste 8k) */