1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Fix incompatible types, we need to use a char here for recv()

This commit is contained in:
Kalle Sommer Nielsen
2010-09-19 19:18:30 +00:00
parent bd526e47f5
commit 210fe80bd5
+1 -1
View File
@@ -1108,7 +1108,7 @@ static inline void fcgi_close(fcgi_request *req, int force, int destroy)
DisconnectNamedPipe(pipe);
} else {
if (!force) {
fcgi_header buf;
char buf;
shutdown(req->fd, 1);
/* read the last FCGI_STDIN header (it may be omitted) */