diff --git a/src/rx/rx.c b/src/rx/rx.c index a4833f3561..303c81bfa0 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -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) {