correc typo
This commit was SVN r5743.
Этот коммит содержится в:
родитель
3528471f22
Коммит
ea8c91627d
@ -151,7 +151,7 @@ int mca_oob_tcp_ping(
|
|||||||
return OMPI_ERR_UNREACH;
|
return OMPI_ERR_UNREACH;
|
||||||
}
|
}
|
||||||
MCA_OOB_TCP_HDR_NTOH(&hdr);
|
MCA_OOB_TCP_HDR_NTOH(&hdr);
|
||||||
if(hdhr.msg_type != MCA_OOB_TCP_PROBE) {
|
if(hdr.msg_type != MCA_OOB_TCP_PROBE) {
|
||||||
close(sd);
|
close(sd);
|
||||||
return OMPI_ERR_UNREACH;
|
return OMPI_ERR_UNREACH;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user