- client: fix bug that interfered with work fetch

for particular resources in anonymous platform case.

svn path=/trunk/boinc/; revision=20755
This commit is contained in:
David Anderson 2010-03-01 04:35:39 +00:00
parent 314a0ea4c2
commit 0a9f5d1433
2 changed files with 7 additions and 3 deletions

View File

@ -1453,3 +1453,10 @@ David 27 Feb 2009
client/
work_fetch.cpp
rr_sim.cpp
David 27 Feb 2009
- client: fix bug that interfered with work fetch
for particular resources in anonymous platform case.
client/
work_fetch.cpp

View File

@ -1121,13 +1121,10 @@ void WORK_FETCH::init() {
if (avp->project != p) continue;
if (avp->ncudas) {
p->cuda_pwf.anon_skip = false;
break;
} else if (avp->natis) {
p->ati_pwf.anon_skip = false;
break;
} else {
p->cpu_pwf.anon_skip = false;
break;
}
}
}