mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:56:06 +00:00
- Fix a typo, spotted by Johannes Anderwald.
svn path=/trunk/; revision=31692
This commit is contained in:
parent
bb5bf44217
commit
faeef3e4d1
1 changed files with 2 additions and 2 deletions
|
@ -419,7 +419,7 @@ WaitNamedPipeW(LPCWSTR lpNamedPipeName,
|
|||
}
|
||||
|
||||
/* In both cases, we do have a timeout */
|
||||
WaitPipeInfo->TimeoutSpecified = FALSE;
|
||||
WaitPipeInfo->TimeoutSpecified = TRUE;
|
||||
}
|
||||
|
||||
/* Set the length and copy the name */
|
||||
|
@ -520,7 +520,7 @@ WaitNamedPipeW(LPCWSTR lpNamedPipeName,
|
|||
}
|
||||
|
||||
/* In both cases, we do have a timeout */
|
||||
WaitPipe.TimeoutSpecified = FALSE;
|
||||
WaitPipe.TimeoutSpecified = TRUE;
|
||||
}
|
||||
|
||||
Status = NtFsControlFile(FileHandle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue