restarting task bug fix

svn path=/trunk/boinc/; revision=843
This commit is contained in:
Eric Heien 2003-01-29 21:40:34 +00:00
parent cf3fb8b36f
commit 45b8254e24
1 changed files with 5 additions and 4 deletions

View File

@ -630,6 +630,7 @@ int ACTIVE_TASK_SET::restart_tasks() {
atp = *iter;
atp->init(atp->result);
get_slot_dir(atp->slot, atp->slot_dir);
atp->result->is_active = true;
retval = atp->start(false);
if (log_flags.task) {
printf("restarting application for result %s\n", atp->result->name);