partly-revert-rx-cleanup-20040804

if there's a callback connection to a multihomed client, you need this
or you end up with multiple connections, one per IP, being made from
the single connection
This commit is contained in:
Derrick Brashear 2004-08-04 20:41:53 +00:00
parent 29971c6e9f
commit b4566d725e

View File

@ -2309,7 +2309,8 @@ rxi_FindConnection(osi_socket socket, register afs_int32 host,
break;
if (type == RX_CLIENT_CONNECTION && pp->port == port)
break;
if (type == RX_CLIENT_CONNECTION && (conn->epoch & 0x80000000))
/* So what happens when it's a callback connection? */
if (/*type == RX_CLIENT_CONNECTION &&*/ (conn->epoch & 0x80000000))
break;
}
if (!flag) {