1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/main/mini_httpd/cgi.patch

11 lines
261 B
Diff

--- a/mini_httpd.c
+++ b/mini_httpd.c
@@ -1841,7 +1841,7 @@
/* Interposer process. */
(void) close( p[0] );
cgi_interpose_input( p[1] );
- finish_request( 0 );
+ exit( 0 );
}
(void) close( p[1] );
if ( p[0] != STDIN_FILENO )