Browse Source

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

Steven Dake 20 years ago
parent
commit
d07ea82159
1 changed files with 0 additions and 4 deletions
  1. 0 4
      exec/ckpt.c

+ 0 - 4
exec/ckpt.c

@@ -1761,10 +1761,6 @@ static int message_handler_req_exec_ckpt_checkpointunlink (void *message, struct
 		 */
 		 */
 		checkpoint_release (ckptCheckpoint);
 		checkpoint_release (ckptCheckpoint);
 	}
 	}
-	else if ( ckptCheckpoint->referenceCount > 0 ) {
-		ckptCheckpoint->unlinked = 0;
-		ckptCheckpoint->expired = 0;
-	}
 
 
 error_exit:
 error_exit:
 	/*
 	/*