Author: fireball
Date: Thu Jan 10 01:03:42 2008
New Revision: 31692
URL:
http://svn.reactos.org/svn/reactos?rev=31692&view=rev
Log:
- Fix a typo, spotted by Johannes Anderwald.
Modified:
trunk/reactos/dll/win32/kernel32/file/npipe.c
Modified: trunk/reactos/dll/win32/kernel32/file/npipe.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/file/np…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/file/npipe.c (original)
+++ trunk/reactos/dll/win32/kernel32/file/npipe.c Thu Jan 10 01:03:42 2008
@@ -419,7 +419,7 @@
}
/* 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 @@
}
/* In both cases, we do have a timeout */
- WaitPipe.TimeoutSpecified = FALSE;
+ WaitPipe.TimeoutSpecified = TRUE;
}
Status = NtFsControlFile(FileHandle,