Parcourir la source

defect 784
readSize is not properly set after return from checkpoint read operation.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@779 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake il y a 20 ans
Parent
commit
275e6fb9b5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      exec/ckpt.c

+ 2 - 0
exec/ckpt.c

@@ -2261,6 +2261,8 @@ static int message_handler_req_exec_ckpt_sectiondelete (void *message, struct in
 		error = SA_AIS_ERR_NOT_EXIST;
 		error = SA_AIS_ERR_NOT_EXIST;
 		goto error_exit;
 		goto error_exit;
 	}
 	}
+printf ("delete ckptCheckpointSection name %s\n", 
+	ckptCheckpointSection->sectionDescriptor.sectionId.id);
 
 
 	/*
 	/*
 	 * Delete checkpoint section
 	 * Delete checkpoint section