clear retry_shmem_time when releasing shared memory

svn path=/trunk/boinc/; revision=13026
This commit is contained in:
Charlie Fenton 2007-06-26 03:42:23 +00:00
parent cf0ea58edc
commit 8c4b7e6bc6
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ void ACTIVE_TASK::cleanup_task() {
);
}
app_client_shm.shm = NULL;
gstate.retry_shmem_time = 0;
}
if (gstate.exit_after_finish) {