Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25020
b: refs/heads/master
c: 9606a21
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Apr 1, 2006
1 parent 29b126f commit 47dd1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: dbe5b4aaafc715b12dbbea309d3d17958d01fd65
refs/heads/master: 9606a21635cec077e1928273751b44ecc824a49d
2 changes: 1 addition & 1 deletion trunk/net/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ asmlinkage long sys_accept(int fd, struct sockaddr __user *upeer_sockaddr, int _
out:
return err;
out_fd:
put_filp(newfile);
fput(newfile);
put_unused_fd(newfd);
out_release:
sock_release(newsock);
Expand Down

0 comments on commit 47dd1a0

Please sign in to comment.