Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64602
b: refs/heads/master
c: 498d630
h: refs/heads/master
v: v3
  • Loading branch information
Vlad Yasevich committed Aug 30, 2007
1 parent 8e68b2c commit 89599b0
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: d0ce92910bc04e107b2f3f2048f07e94f570035d
refs/heads/master: 498d63071ef378e201979e441aefcc6565702ca7
2 changes: 2 additions & 0 deletions trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -5203,6 +5203,7 @@ SCTP_STATIC int sctp_seqpacket_listen(struct sock *sk, int backlog)

sctp_unhash_endpoint(ep);
sk->sk_state = SCTP_SS_CLOSED;
return 0;
}

/* Return if we are already listening. */
Expand Down Expand Up @@ -5250,6 +5251,7 @@ SCTP_STATIC int sctp_stream_listen(struct sock *sk, int backlog)

sctp_unhash_endpoint(ep);
sk->sk_state = SCTP_SS_CLOSED;
return 0;
}

if (sctp_sstate(sk, LISTENING))
Expand Down

0 comments on commit 89599b0

Please sign in to comment.