max cpu time bug fix

svn path=/trunk/boinc/; revision=729
This commit is contained in:
Eric Heien 2002-12-11 22:40:33 +00:00
parent 2026f7349b
commit 37e5d77ce9
1 changed files with 1 additions and 0 deletions

View File

@ -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) {