Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234116
b: refs/heads/master
c: 4cea288
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Trond Myklebust committed Mar 10, 2011
1 parent 07fac9e commit 5770607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3fa0b4e201d254b52a251fa348bd53e53000cff6
refs/heads/master: 4cea288aaf0e11647880cc487350b1dc45d9febc
3 changes: 2 additions & 1 deletion trunk/net/sunrpc/xprtsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,8 @@ static struct socket *xs_create_sock(struct rpc_xprt *xprt,
}
xs_reclassify_socket(family, sock);

if (xs_bind(transport, sock)) {
err = xs_bind(transport, sock);
if (err) {
sock_release(sock);
goto out;
}
Expand Down

0 comments on commit 5770607

Please sign in to comment.