mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Use the specified timeout when reading from a mailslot
svn path=/trunk/; revision=38248
This commit is contained in:
@@ -62,7 +62,7 @@ MsfsRead(PDEVICE_OBJECT DeviceObject,
|
||||
UserRequest,
|
||||
KernelMode,
|
||||
FALSE,
|
||||
NULL); /* FIXME: handle timeout */
|
||||
&Fcb->TimeOut);
|
||||
if ((NT_SUCCESS(Status)) && (Fcb->MessageCount > 0))
|
||||
{
|
||||
/* copy current message into buffer */
|
||||
|
||||
Reference in New Issue
Block a user