From: Pierre Joye Date: Wed, 26 Aug 2009 19:15:13 +0000 (+0000) Subject: - fix build (pls at least try to compile before committing) X-Git-Tag: php-5.2.11RC2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=963575b07fe724b22bc7805046bc3c16787a9d4a;p=php - fix build (pls at least try to compile before committing) --- diff --git a/sapi/cgi/fastcgi.c b/sapi/cgi/fastcgi.c index 456776a38d..ff75c167fe 100644 --- a/sapi/cgi/fastcgi.c +++ b/sapi/cgi/fastcgi.c @@ -403,8 +403,8 @@ int fcgi_listen(const char *path, int backlog) HANDLE namedPipe; memset(&sa, 0, sizeof(saw)); - sa.nLength = sizeof(saw); - sa.bInheritHandle = FALSE; + saw.nLength = sizeof(saw); + saw.bInheritHandle = FALSE; acl = prepare_named_pipe_acl(&sd, &saw); namedPipe = CreateNamedPipe(path,