Author: sginsberg
Date: Sun Dec 21 14:52:31 2008
New Revision: 38248
URL:
http://svn.reactos.org/svn/reactos?rev=38248&view=rev
Log:
- Use the specified timeout when reading from a mailslot
Modified:
trunk/reactos/drivers/filesystems/msfs/rw.c
Modified: trunk/reactos/drivers/filesystems/msfs/rw.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/msfs/r…
==============================================================================
--- trunk/reactos/drivers/filesystems/msfs/rw.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/msfs/rw.c [iso-8859-1] Sun Dec 21 14:52:31 2008
@@ -62,7 +62,7 @@
UserRequest,
KernelMode,
FALSE,
- NULL); /* FIXME: handle timeout */
+ &Fcb->TimeOut);
if ((NT_SUCCESS(Status)) && (Fcb->MessageCount > 0))
{
/* copy current message into buffer */