On 07/24/2018 02:15 AM, David Miller wrote:
From: Ka-Cheong Poon <ka-cheong.p...@oracle.com>
Date: Mon, 23 Jul 2018 07:16:11 -0700

@@ -163,15 +165,29 @@ int rds_tcp_accept_one(struct socket *sock)
inet = inet_sk(new_sock->sk); + my_addr = &new_sock->sk->sk_v6_rcv_saddr;
+       peer_addr = &new_sock->sk->sk_v6_daddr,
        rdsdebug("accepted tcp %pI6c:%u -> %pI6c:%u\n",

Note that comma, instead of a semicolon, at the end of the peer_addr
assignment.

This doesn't even compile.


Strange, the compiler did not complain.  Will check why's
that.

Thanks.


--
K. Poon
ka-cheong.p...@oracle.com


Reply via email to