1
1
This commit was SVN r7373.
Этот коммит содержится в:
Tim Woodall 2005-09-14 21:27:30 +00:00
родитель 5dcec6e2fe
Коммит d190e6a315

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

@ -141,8 +141,12 @@ bool mca_btl_tcp_frag_recv(mca_btl_tcp_frag_t* frag, int sd)
}
}
}
if(cnt == 0) {
mca_btl_tcp_endpoint_close(frag->endpoint);
return false;
}
}
/* if the write didn't complete - update the iovec state */
num_vecs = frag->iov_cnt;
for(i=0; i<num_vecs; i++) {