mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
dfreerdp: fix wrong fd_set.
This commit is contained in:
@@ -196,7 +196,7 @@ int dfreerdp_run(freerdp* instance)
|
||||
if (fds > max_fds)
|
||||
max_fds = fds;
|
||||
|
||||
FD_SET(fds, &wfds_set);
|
||||
FD_SET(fds, &rfds_set);
|
||||
}
|
||||
|
||||
if (max_fds == 0)
|
||||
|
||||
Reference in New Issue
Block a user