mirror of https://github.com/BOINC/boinc.git
* client/cs_scheduler.C (handle_scheduler_reply): change
traikle_ack to trickle_up_ack. svn path=/trunk/boinc/; revision=3092
This commit is contained in:
parent
2757c36832
commit
60fbc45ced
|
@ -700,7 +700,7 @@ int CLIENT_STATE::handle_scheduler_reply(
|
|||
|
||||
// remove acked trickle files
|
||||
//
|
||||
if (sr.trickle_ack) {
|
||||
if (sr.trickle_up_ack) {
|
||||
remove_trickle_files(project);
|
||||
}
|
||||
project->sched_rpc_pending = false;
|
||||
|
|
Loading…
Reference in New Issue