Merge pull request #2791 from bmiklautz/100percent
transport: fix regression introduced with PR #2770
This commit is contained in:
commit
43a5680b03
@ -760,7 +760,9 @@ int transport_check_fds(rdpTransport* transport)
|
||||
* wait for a socket to get signaled that data is available
|
||||
* (which may never happen).
|
||||
*/
|
||||
#ifdef _WIN32
|
||||
ResetEvent(event);
|
||||
#endif
|
||||
for (;;)
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user