1
1

Somehow this sign ended up pointing the wrong way.

This commit was SVN r19207.
Этот коммит содержится в:
Jeff Squyres 2008-08-06 20:35:42 +00:00
родитель adf2b4dfda
Коммит 6d9f047238

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

@ -451,7 +451,7 @@ static int handle_connect_request(rdmacm_contents_t *local,
BTL_VERBOSE(("ep state = %d, local ipaddr = %x, remote ipaddr = %x port %d",
endpoint->endpoint_state, local->ipaddr, message->ipaddr, rem_port));
if ((local->ipaddr == message->ipaddr && local->tcp_port > rem_port) ||
if ((local->ipaddr == message->ipaddr && local->tcp_port < rem_port) ||
local->ipaddr > message->ipaddr) {
int race = 1;