--- sourceforge.net/trunk/rdesktop/xwin.c 2004/01/30 14:10:32 592 +++ sourceforge.net/trunk/rdesktop/xwin.c 2004/02/03 13:55:12 594 @@ -1311,8 +1311,12 @@ 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; }