mirror of https://github.com/BOINC/boinc.git
max cpu time bug fix
svn path=/trunk/boinc/; revision=729
This commit is contained in:
parent
2026f7349b
commit
37e5d77ce9
|
@ -637,6 +637,7 @@ int ACTIVE_TASK_SET::restart_tasks() {
|
|||
iter = active_tasks.begin();
|
||||
while (iter != active_tasks.end()) {
|
||||
atp = *iter;
|
||||
atp->init(atp->result);
|
||||
get_slot_dir(atp->slot, atp->slot_dir);
|
||||
retval = atp->start(false);
|
||||
if (log_flags.task) {
|
||||
|
|
Loading…
Reference in New Issue