From faeef3e4d1d0f717ad07c54729d8e371799340db Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 9 Jan 2008 22:03:42 +0000 Subject: [PATCH] - Fix a typo, spotted by Johannes Anderwald. svn path=/trunk/; revision=31692 --- reactos/dll/win32/kernel32/file/npipe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/kernel32/file/npipe.c b/reactos/dll/win32/kernel32/file/npipe.c index 9afa4ca47b5..13e1b99c298 100644 --- a/reactos/dll/win32/kernel32/file/npipe.c +++ b/reactos/dll/win32/kernel32/file/npipe.c @@ -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,