mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
ntdll: Serial with ReadIntervalTimeout set to MAXDWORD should return immediately even if nothing was read.
This commit is contained in:
parent
473717fefd
commit
2e3287bc6a
@ -433,7 +433,7 @@ static NTSTATUS get_io_timeouts( HANDLE handle, enum server_fd_type type, ULONG
|
||||
timeouts->total += count * st.ReadTotalTimeoutMultiplier;
|
||||
}
|
||||
else if (st.ReadIntervalTimeout == MAXDWORD)
|
||||
timeouts->interval = 0;
|
||||
timeouts->interval = timeouts->total = 0;
|
||||
}
|
||||
else /* write */
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user