tweak to last checkin

svn path=/trunk/boinc/; revision=12772
This commit is contained in:
David Anderson 2007-05-29 22:05:48 +00:00
parent 1e7e58875a
commit ec57e4180c
1 changed files with 4 additions and 0 deletions

View File

@ -157,7 +157,11 @@ void scan_work_array(
} else { } else {
found = find_app_version(reply.wreq, wu, platforms, ss, app, avp); found = find_app_version(reply.wreq, wu, platforms, ss, app, avp);
if (!found) { if (!found) {
#if 0
// see comment above
//
wu_result.infeasible_count++; wu_result.infeasible_count++;
#endif
continue; continue;
} }