Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143948
b: refs/heads/master
c: e14ad5f
h: refs/heads/master
v: v3
  • Loading branch information
Hendrik Brueckner authored and David S. Miller committed Apr 22, 2009
1 parent ef3ec04 commit bc578d4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: fe86e54ef9465c97a16337d2a41a4cf486b937ae
refs/heads/master: e14ad5fa8705fb354e72312479abbe420ebc3f8e
3 changes: 3 additions & 0 deletions trunk/net/iucv/af_iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,9 @@ static int iucv_sock_shutdown(struct socket *sock, int how)

lock_sock(sk);
switch (sk->sk_state) {
case IUCV_DISCONN:
case IUCV_CLOSING:
case IUCV_SEVERED:
case IUCV_CLOSED:
err = -ENOTCONN;
goto fail;
Expand Down

0 comments on commit bc578d4

Please sign in to comment.