From d07ea82159b090b69becdc129899c6d1f1fc4ab9 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 30 Jun 2005 20:32:55 +0000 Subject: [PATCH] defect 673 fix checkpoint unlink not cleaning up checkpoints. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@726 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/ckpt.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/exec/ckpt.c b/exec/ckpt.c index a906ea52..da18b88d 100644 --- a/exec/ckpt.c +++ b/exec/ckpt.c @@ -1761,10 +1761,6 @@ static int message_handler_req_exec_ckpt_checkpointunlink (void *message, struct */ checkpoint_release (ckptCheckpoint); } - else if ( ckptCheckpoint->referenceCount > 0 ) { - ckptCheckpoint->unlinked = 0; - ckptCheckpoint->expired = 0; - } error_exit: /* -- 2.39.5