* 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:
Kevin Dalley 2004-03-17 05:04:35 +00:00
parent 2757c36832
commit 60fbc45ced
1 changed files with 1 additions and 1 deletions

View File

@ -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;