Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275863
b: refs/heads/master
c: 2aa1353
h: refs/heads/master
i:
  275861: f0f0930
  275859: 9c46eba
  275855: fa53380
v: v3
  • Loading branch information
Stanislav Kinsbursky authored and Trond Myklebust committed Nov 10, 2011
1 parent a71aa24 commit 41b9ea2
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a6f498a891c730327645a7afa10c5ae977de6fd8
refs/heads/master: 2aa13531bbbc6582874bedfcd853e1058b0fb4f9
4 changes: 3 additions & 1 deletion trunk/net/sunrpc/xprtsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -2530,8 +2530,10 @@ static struct rpc_xprt *xs_setup_xprt(struct xprt_create *args,
int err;
err = xs_init_anyaddr(args->dstaddr->sa_family,
(struct sockaddr *)&new->srcaddr);
if (err != 0)
if (err != 0) {
xprt_free(xprt);
return ERR_PTR(err);
}
}

return xprt;
Expand Down

0 comments on commit 41b9ea2

Please sign in to comment.