/[rdesktop]/sourceforge.net/trunk/rdesktop/xwin.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/xwin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 592 by n-ki, Fri Jan 30 14:10:32 2004 UTC revision 594 by n-ki, Tue Feb 3 13:55:12 2004 UTC
# Line 1311  ui_select(int rdp_socket) Line 1311  ui_select(int rdp_socket)
1311                                  error("select: %s\n", strerror(errno));                                  error("select: %s\n", strerror(errno));
1312    
1313                          case 0:                          case 0:
1314                                  s_timeout = True;                                  /* TODO: if tv.tv_sec just times out
1315                                  rdpdr_check_fds(&rfds, &wfds, (BOOL) True);                                   * we will segfault.
1316                                     * FIXME:
1317                                     */
1318                                    //s_timeout = True;
1319                                    //rdpdr_check_fds(&rfds, &wfds, (BOOL) True);
1320                                  continue;                                  continue;
1321                  }                  }
1322    

Legend:
Removed from v.592  
changed lines
  Added in v.594

  ViewVC Help
Powered by ViewVC 1.1.26