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
This commit is contained in:
Steven Dake 2005-06-30 20:32:55 +00:00
parent 2e4b10583d
commit d07ea82159

View 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:
/*