- fix build

This commit is contained in:
Pierre Joye 2009-08-26 19:17:32 +00:00
parent 1c98e49afd
commit 48d031aa6e

View 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,