1
1
This commit was SVN r18170.
Этот коммит содержится в:
Adrian Knoth 2008-04-16 11:26:15 +00:00
родитель 20473bfda2
Коммит d34dfbe12c

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

@ -607,8 +607,8 @@ bool mca_btl_tcp_proc_accept(mca_btl_tcp_proc_t* btl_proc, struct sockaddr* addr
* btl_tcp_if_include/exclude on the remote end, we * btl_tcp_if_include/exclude on the remote end, we
* might get a different source address. * might get a different source address.
* *
* If this address isn't included in btl_proc->proc_addrs, * If this address hasn't the right kernel index, we would
* we would erroneously drop the connection * erroneously drop the connection
*/ */
if (remote_kernel_index != exported_address->addr_ifkindex) { if (remote_kernel_index != exported_address->addr_ifkindex) {
/* kernel_index doesn't match, so that's not a possible /* kernel_index doesn't match, so that's not a possible