Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372204
b: refs/heads/master
c: 7073ea8
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Apr 26, 2013
1 parent 9a91bfb commit 0e417af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c85b03ab200f6d2c2f80588d96d03c1f8fcaedc3
refs/heads/master: 7073ea8799a8cf73db60270986f14e4aae20fa80
3 changes: 3 additions & 0 deletions trunk/net/sunrpc/xprtsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -2655,6 +2655,9 @@ static struct rpc_xprt *xs_setup_local(struct xprt_create *args)
}
xprt_set_bound(xprt);
xs_format_peer_addresses(xprt, "local", RPCBIND_NETID_LOCAL);
ret = ERR_PTR(xs_local_setup_socket(transport));
if (ret)
goto out_err;
break;
default:
ret = ERR_PTR(-EAFNOSUPPORT);
Expand Down

0 comments on commit 0e417af

Please sign in to comment.