mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-04 07:40:52 +00:00
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:
parent
2e4b10583d
commit
d07ea82159
@ -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:
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user