diff options
Diffstat (limited to 'net/sunrpc/rpcb_clnt.c')
-rw-r--r-- | net/sunrpc/rpcb_clnt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/rpcb_clnt.c b/net/sunrpc/rpcb_clnt.c index b028a0ecd593..6f0af08a51dc 100644 --- a/net/sunrpc/rpcb_clnt.c +++ b/net/sunrpc/rpcb_clnt.c | |||
@@ -388,8 +388,7 @@ void rpcb_getport_async(struct rpc_task *task) | |||
388 | map->r_prot = xprt->prot; | 388 | map->r_prot = xprt->prot; |
389 | map->r_port = 0; | 389 | map->r_port = 0; |
390 | map->r_xprt = xprt_get(xprt); | 390 | map->r_xprt = xprt_get(xprt); |
391 | map->r_netid = (xprt->prot == IPPROTO_TCP) ? RPCBIND_NETID_TCP : | 391 | map->r_netid = rpc_peeraddr2str(clnt, RPC_DISPLAY_NETID); |
392 | RPCBIND_NETID_UDP; | ||
393 | memcpy(map->r_addr, | 392 | memcpy(map->r_addr, |
394 | rpc_peeraddr2str(rpcb_clnt, RPC_DISPLAY_UNIVERSAL_ADDR), | 393 | rpc_peeraddr2str(rpcb_clnt, RPC_DISPLAY_UNIVERSAL_ADDR), |
395 | sizeof(map->r_addr)); | 394 | sizeof(map->r_addr)); |