mirror of https://github.com/FreeRDP/FreeRDP
Fix invalid handle offset.
This commit is contained in:
parent
4d401b44c0
commit
a419677e8f
|
@ -954,7 +954,7 @@ void transport_get_fds(rdpTransport* transport, void** rfds, int* rcount)
|
||||||
rfds[index] = GetEventWaitObject(events[index]);
|
rfds[index] = GetEventWaitObject(events[index]);
|
||||||
}
|
}
|
||||||
|
|
||||||
rfds[nCount + 1] = GetEventWaitObject(transport->rereadEvent);
|
rfds[nCount] = GetEventWaitObject(transport->rereadEvent);
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL transport_is_write_blocked(rdpTransport* transport)
|
BOOL transport_is_write_blocked(rdpTransport* transport)
|
||||||
|
|
Loading…
Reference in New Issue