Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167698
b: refs/heads/master
c: 77238f2
h: refs/heads/master
v: v3
  • Loading branch information
Tomoki Sekiyama authored and David S. Miller committed Oct 19, 2009
1 parent 1356fa2 commit 09ffcbb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 50c54a57dfbd392e17f1473717b8e125afcb01a3
refs/heads/master: 77238f2b942b38ab4e7f3aced44084493e4a8675
2 changes: 2 additions & 0 deletions trunk/net/unix/af_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,8 @@ static int unix_stream_connect(struct socket *sock, struct sockaddr *uaddr,
err = -ECONNREFUSED;
if (other->sk_state != TCP_LISTEN)
goto out_unlock;
if (other->sk_shutdown & RCV_SHUTDOWN)
goto out_unlock;

if (unix_recvq_full(other)) {
err = -EAGAIN;
Expand Down

0 comments on commit 09ffcbb

Please sign in to comment.