commit | 3bade247fcb18c9f31e59b46fb2d67ed6b2f7cef | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue May 14 21:38:11 2019 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 03 17:52:50 2019 -0400 |
tree | b86fd2f6dcd32fd2b99d955862a9f2ff590ac1db | |
parent | 97ad4031e29521894fc28765f14247e79b0ef263 [diff] |
nfsd: copy client's address including port number to cl_addr rpc_copy_addr() copies only the IP address and misses any port numbers. It seems potentially useful to keep the port number around too. Signed-off-by: J. Bruce Fields <bfields@redhat.com>