Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73590
b: refs/heads/master
c: 027f6e1
h: refs/heads/master
v: v3
  • Loading branch information
Vlad Yasevich committed Nov 7, 2007
1 parent ad2dde6 commit 2453618
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 73d9c4fd1a6ec4950b2eac8135d35506bf400d6c
refs/heads/master: 027f6e1ad32de32f9fe1c61d0f744e329e8acfd9
4 changes: 4 additions & 0 deletions trunk/net/sctp/inqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ void sctp_inq_free(struct sctp_inq *queue)
void sctp_inq_push(struct sctp_inq *q, struct sctp_chunk *chunk)
{
/* Directly call the packet handling routine. */
if (chunk->rcvr->dead) {
sctp_chunk_free(chunk);
return;
}

/* We are now calling this either from the soft interrupt
* or from the backlog processing.
Expand Down

0 comments on commit 2453618

Please sign in to comment.