*** empty log message ***

svn path=/trunk/boinc/; revision=7930
This commit is contained in:
Rom Walton 2005-09-08 21:07:28 +00:00
parent 81df3c4dce
commit 2d0b6406a2
2 changed files with 7 additions and 1 deletions

View File

@ -11522,3 +11522,9 @@ David 8 Sept 2005
html/user/
edit_password_action.php
Rom 8 Sept 2005
- Fix a file/rpc transfer issue (From Carl)
client/
client_state.C

View File

@ -402,9 +402,9 @@ void CLIENT_STATE::do_io_or_sleep(double x) {
&tv
);
//printf("select in %d out %d\n", all_fds.max_fd, n);
if (n==0) break;
net_xfers->got_select(all_fds, x);
gui_rpcs.got_select(all_fds);
if (n==0) break;
now = dtime();
if (now > end_time) break;