mirror of https://github.com/BOINC/boinc.git
clear retry_shmem_time when releasing shared memory
svn path=/trunk/boinc/; revision=13026
This commit is contained in:
parent
cf0ea58edc
commit
8c4b7e6bc6
|
@ -196,6 +196,7 @@ void ACTIVE_TASK::cleanup_task() {
|
|||
);
|
||||
}
|
||||
app_client_shm.shm = NULL;
|
||||
gstate.retry_shmem_time = 0;
|
||||
}
|
||||
|
||||
if (gstate.exit_after_finish) {
|
||||
|
|
Loading…
Reference in New Issue