summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-08-26 19:15:13 +0000
committerPierre Joye <pajoye@php.net>2009-08-26 19:15:13 +0000
commit963575b07fe724b22bc7805046bc3c16787a9d4a (patch)
treee811c04570b5ef88ce9a9489dbcd416121ea337d
parent7e791e6e1954f79b3c7df5bfc7533828f56e6fa4 (diff)
downloadphp-git-963575b07fe724b22bc7805046bc3c16787a9d4a.tar.gz
- fix build (pls at least try to compile before committing)
-rw-r--r--sapi/cgi/fastcgi.c4
1 files changed, 2 insertions, 2 deletions
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,