1
1

rc should have a default value.

This commit was SVN r5078.
Этот коммит содержится в:
George Bosilca 2005-03-28 21:11:10 +00:00
родитель 2e22edc6ef
Коммит 5d41ece75e

Просмотреть файл

@ -72,7 +72,7 @@ static void orte_iof_base_frag_send_cb(
int _orte_iof_base_frag_ack(orte_iof_base_frag_t* frag, const char* file, int line)
{
int rc;
int rc = OMPI_SUCCESS;
if(frag->frag_hdr.hdr_msg.msg_len > 0) {
frag->frag_hdr.hdr_common.hdr_type = ORTE_IOF_BASE_HDR_ACK;