mirror of https://github.com/BOINC/boinc.git
- 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:
parent
314a0ea4c2
commit
0a9f5d1433
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue