*** empty log message ***

svn path=/trunk/boinc/; revision=2500
This commit is contained in:
David Anderson 2003-10-17 20:09:14 +00:00
parent 5d5ea4398f
commit 9d7a60931d
1 changed files with 2 additions and 2 deletions

View File

@ -699,7 +699,7 @@ static void scan_work_array(
continue;
}
// don't send if we've already a result of this WU to this user
// don't send if we've already sent a result of this WU to this user
//
if (config.one_result_per_user_per_wu) {
sprintf(buf,
@ -724,7 +724,7 @@ static void scan_work_array(
}
}
}
// don't sent if host can't handle it
//
wu = wu_result.workunit;