package/busybox: fix missing bit, refresh patches
[openwrt/staging/chunkeey.git] / package / busybox / patches / 410-httpd_cgi_headers.patch
index 74baa7ab92b80311066198db8d9455d5ea063a8f..b47751a809ed21f4172e412ea91b7ce059a937e6 100644 (file)
@@ -1,6 +1,6 @@
 --- a/networking/httpd.c
 +++ b/networking/httpd.c
-@@ -1254,10 +1254,10 @@ static NOINLINE void cgi_io_loop_and_exi
+@@ -1255,10 +1255,10 @@ static NOINLINE void cgi_io_loop_and_exi
                                                if (full_write(STDOUT_FILENO, HTTP_200, sizeof(HTTP_200)-1) != sizeof(HTTP_200)-1)
                                                        break;
                                        }