Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67060
b: refs/heads/master
c: fa8705b
h: refs/heads/master
v: v3
  • Loading branch information
Tony Battersby authored and David S. Miller committed Oct 11, 2007
1 parent e3c92d9 commit a2c0199
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 414c66e00e9fb4572e38bd14e6cc570eae8c5a61
refs/heads/master: fa8705b00aeca19d91a1437b8a5cf865999b28f6
1 change: 1 addition & 0 deletions trunk/net/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -2235,6 +2235,7 @@ int kernel_accept(struct socket *sock, struct socket **newsock, int flags)
err = sock->ops->accept(sock, *newsock, flags);
if (err < 0) {
sock_release(*newsock);
*newsock = NULL;
goto done;
}

Expand Down

0 comments on commit a2c0199

Please sign in to comment.