tmp disable select timeout - we segfault

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@593 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Kallden 2004-02-03 13:55:12 +00:00
parent a8e3ab697b
commit 24cce4004e

8
xwin.c
View File

@ -1311,8 +1311,12 @@ ui_select(int rdp_socket)
error("select: %s\n", strerror(errno));
case 0:
s_timeout = True;
rdpdr_check_fds(&rfds, &wfds, (BOOL) True);
/* TODO: if tv.tv_sec just times out
* we will segfault.
* FIXME:
*/
//s_timeout = True;
//rdpdr_check_fds(&rfds, &wfds, (BOOL) True);
continue;
}