mirror of https://github.com/BOINC/boinc.git
tweak to last checkin
svn path=/trunk/boinc/; revision=12772
This commit is contained in:
parent
1e7e58875a
commit
ec57e4180c
|
@ -157,7 +157,11 @@ void scan_work_array(
|
|||
} else {
|
||||
found = find_app_version(reply.wreq, wu, platforms, ss, app, avp);
|
||||
if (!found) {
|
||||
#if 0
|
||||
// see comment above
|
||||
//
|
||||
wu_result.infeasible_count++;
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue