From 8c4b7e6bc605162ff10d653f027f39cb44c30ae4 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 26 Jun 2007 03:42:23 +0000 Subject: [PATCH] clear retry_shmem_time when releasing shared memory svn path=/trunk/boinc/; revision=13026 --- client/app.C | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app.C b/client/app.C index 2bdecfc160..eb5b10d6af 100644 --- a/client/app.C +++ b/client/app.C @@ -196,6 +196,7 @@ void ACTIVE_TASK::cleanup_task() { ); } app_client_shm.shm = NULL; + gstate.retry_shmem_time = 0; } if (gstate.exit_after_finish) {