mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
- Use the specified timeout when reading from a mailslot
svn path=/trunk/; revision=38248
This commit is contained in:
parent
8270c55829
commit
4bd273ce6c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ MsfsRead(PDEVICE_OBJECT DeviceObject,
|
||||||
UserRequest,
|
UserRequest,
|
||||||
KernelMode,
|
KernelMode,
|
||||||
FALSE,
|
FALSE,
|
||||||
NULL); /* FIXME: handle timeout */
|
&Fcb->TimeOut);
|
||||||
if ((NT_SUCCESS(Status)) && (Fcb->MessageCount > 0))
|
if ((NT_SUCCESS(Status)) && (Fcb->MessageCount > 0))
|
||||||
{
|
{
|
||||||
/* copy current message into buffer */
|
/* copy current message into buffer */
|
||||||
|
|
Loading…
Reference in a new issue