1
1
Этот коммит содержится в:
George Bosilca 2014-12-15 21:33:32 -05:00
родитель f87a4b691b
Коммит b01abfa0d7

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

@ -843,7 +843,7 @@ static void mca_btl_tcp_endpoint_recv_handler(int sd, short flags, void* user)
switch(btl_endpoint->endpoint_state) {
case MCA_BTL_TCP_CONNECT_ACK:
{
int rc = OPAL_ERROR;
int rc;
rc = mca_btl_tcp_endpoint_recv_connect_ack(btl_endpoint);
if( OPAL_SUCCESS == rc ) {
/* we are now connected. Start sending the data */