]> git.proxmox.com Git - mirror_corosync.git/commitdiff
defect 673
authorSteven Dake <sdake@redhat.com>
Thu, 30 Jun 2005 20:32:55 +0000 (20:32 +0000)
committerSteven Dake <sdake@redhat.com>
Thu, 30 Jun 2005 20:32:55 +0000 (20:32 +0000)
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

index a906ea526b7c53fd1ab40ce176f1e0e31c8dcb1d..da18b88d29f2cf07a946429eda681b3c0990b2b8 100644 (file)
@@ -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:
        /*