From bd8f3908c453af3ef2e0ece98176914f7986ddd7 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 20 Sep 2010 10:45:22 +0000 Subject: [PATCH] Reverted wrong patch --- sapi/cgi/fastcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/cgi/fastcgi.c b/sapi/cgi/fastcgi.c index b1edc9d1ce..935f1ee80a 100644 --- a/sapi/cgi/fastcgi.c +++ b/sapi/cgi/fastcgi.c @@ -1108,7 +1108,7 @@ static inline void fcgi_close(fcgi_request *req, int force, int destroy) DisconnectNamedPipe(pipe); } else { if (!force) { - char buf; + fcgi_header buf; shutdown(req->fd, 1); /* read the last FCGI_STDIN header (it may be omitted) */ -- 2.40.0