Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73596
b: refs/heads/master
c: 7d54dc6
h: refs/heads/master
v: v3
  • Loading branch information
Vlad Yasevich committed Nov 9, 2007
1 parent c1def57 commit edb5a38
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: fa7ff654e14ccacd4e758c9878ff4884f816c877
refs/heads/master: 7d54dc6876b83d6bb75b8f7e865b7b9051056d22
5 changes: 2 additions & 3 deletions trunk/net/sctp/outqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,10 +662,9 @@ static int sctp_outq_flush_rtx(struct sctp_outq *q, struct sctp_packet *pkt,
int sctp_outq_uncork(struct sctp_outq *q)
{
int error = 0;
if (q->cork) {
if (q->cork)
q->cork = 0;
error = sctp_outq_flush(q, 0);
}
error = sctp_outq_flush(q, 0);
return error;
}

Expand Down

0 comments on commit edb5a38

Please sign in to comment.