Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369269
b: refs/heads/master
c: dacda32
h: refs/heads/master
i:
  369267: 28dc67f
v: v3
  • Loading branch information
Daniel Borkmann authored and David S. Miller committed Apr 17, 2013
1 parent 5139f41 commit b0b7946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 165a4c31278c980862b2c2ddec408cf30341f3ec
refs/heads/master: dacda32ee694d9139c336c5e1cdfb826f6296186
5 changes: 2 additions & 3 deletions trunk/net/sctp/outqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,11 +701,10 @@ static int sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt,
/* Cork the outqueue so queued chunks are really queued. */
int sctp_outq_uncork(struct sctp_outq *q)
{
int error = 0;
if (q->cork)
q->cork = 0;
error = sctp_outq_flush(q, 0);
return error;

return sctp_outq_flush(q, 0);
}


Expand Down

0 comments on commit b0b7946

Please sign in to comment.