1
1

Oops: remove errant "v4" string.

This commit was SVN r31591.
Этот коммит содержится в:
Jeff Squyres 2014-05-01 20:21:43 +00:00
родитель 56ecb92b10
Коммит 49383f0aaa

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

@ -1129,7 +1129,7 @@ static void mca_btl_tcp_component_accept_handler( int incoming_sd,
if (opal_socket_errno != EAGAIN && if (opal_socket_errno != EAGAIN &&
opal_socket_errno != EWOULDBLOCK) { opal_socket_errno != EWOULDBLOCK) {
opal_show_help("help-mpi-btl-tcp.txt", "accept failed", opal_show_help("help-mpi-btl-tcp.txt", "accept failed",
true, "v4", ompi_process_info.nodename, true, ompi_process_info.nodename,
getpid(), getpid(),
opal_socket_errno, opal_socket_errno,
strerror(opal_socket_errno)); strerror(opal_socket_errno));