mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
- fix build
This commit is contained in:
parent
1c98e49afd
commit
48d031aa6e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user