]> granicus.if.org Git - php/commitdiff
- fix build (pls at least try to compile before committing)
authorPierre Joye <pajoye@php.net>
Wed, 26 Aug 2009 19:15:13 +0000 (19:15 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 26 Aug 2009 19:15:13 +0000 (19:15 +0000)
sapi/cgi/fastcgi.c

index 456776a38d96f66318d80fa214695e7f9c0e9230..ff75c167fe89995d402db015f0144ae952a2f7b1 100644 (file)
@@ -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,