mirror of https://github.com/BOINC/boinc.git
restarting task bug fix
svn path=/trunk/boinc/; revision=843
This commit is contained in:
parent
cf3fb8b36f
commit
45b8254e24
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue