X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fuhttpd%2Fpatches%2F001-pass-env.patch;fp=contrib%2Fuhttpd%2Fpatches%2F001-pass-env.patch;h=ab607dbf2d726f90b08359e6b369a5270990432f;hp=b69ff176532aeb737ccd5eae657ce0e3314c8fe1;hb=3880b028fcf6160f7e305aa769ca4ae3ab3e43c8;hpb=f2a428cdb31d4a77ee41e8bea5bd2dc307ae6356 diff --git a/contrib/uhttpd/patches/001-pass-env.patch b/contrib/uhttpd/patches/001-pass-env.patch index b69ff1765..ab607dbf2 100644 --- a/contrib/uhttpd/patches/001-pass-env.patch +++ b/contrib/uhttpd/patches/001-pass-env.patch @@ -1,7 +1,7 @@ --- a/uhttpd-cgi.c +++ b/uhttpd-cgi.c -@@ -204,7 +204,7 @@ void uh_cgi_request(struct client *cl, s - (pi->stat.st_mode & S_IXOTH) +@@ -216,7 +216,7 @@ void uh_cgi_request( + (pi->stat.st_mode & S_IXOTH)) || (ip != NULL) ) { /* build environment */ - clearenv();