mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
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:
parent
29971c6e9f
commit
b4566d725e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user