- Fix a typo, spotted by Johannes Anderwald.

svn path=/trunk/; revision=31692
This commit is contained in:
Aleksey Bragin 2008-01-09 22:03:42 +00:00
parent bb5bf44217
commit faeef3e4d1

View file

@ -419,7 +419,7 @@ WaitNamedPipeW(LPCWSTR lpNamedPipeName,
} }
/* In both cases, we do have a timeout */ /* In both cases, we do have a timeout */
WaitPipeInfo->TimeoutSpecified = FALSE; WaitPipeInfo->TimeoutSpecified = TRUE;
} }
/* Set the length and copy the name */ /* Set the length and copy the name */
@ -520,7 +520,7 @@ WaitNamedPipeW(LPCWSTR lpNamedPipeName,
} }
/* In both cases, we do have a timeout */ /* In both cases, we do have a timeout */
WaitPipe.TimeoutSpecified = FALSE; WaitPipe.TimeoutSpecified = TRUE;
} }
Status = NtFsControlFile(FileHandle, Status = NtFsControlFile(FileHandle,