From edb5a38506a282d17c9ec5516541f30ef2f38751 Mon Sep 17 00:00:00 2001 From: Vlad Yasevich Date: Fri, 9 Nov 2007 11:43:41 -0500 Subject: [PATCH] --- yaml --- r: 73596 b: refs/heads/master c: 7d54dc6876b83d6bb75b8f7e865b7b9051056d22 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/sctp/outqueue.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index b3a14af7bcf1..a67cc974d4ea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa7ff654e14ccacd4e758c9878ff4884f816c877 +refs/heads/master: 7d54dc6876b83d6bb75b8f7e865b7b9051056d22 diff --git a/trunk/net/sctp/outqueue.c b/trunk/net/sctp/outqueue.c index 99a3db5d5fae..fa76f235169b 100644 --- a/trunk/net/sctp/outqueue.c +++ b/trunk/net/sctp/outqueue.c @@ -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; }