From 2a6dbef7d22b3d2b2071ea8128138bafcd67cf6c Mon Sep 17 00:00:00 2001 From: Shan Wei Date: Fri, 30 Apr 2010 22:41:09 -0400 Subject: [PATCH] --- yaml --- r: 194636 b: refs/heads/master c: ec7b9519509061bbc09a43284c3570aa492e07f0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/sctp/outqueue.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e07240dd9d43..f689bcf93f4f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fbdf501c9374966a56829ecca3a7f25d2b49a305 +refs/heads/master: ec7b9519509061bbc09a43284c3570aa492e07f0 diff --git a/trunk/net/sctp/outqueue.c b/trunk/net/sctp/outqueue.c index e333d5833616..a4fe7dee76e8 100644 --- a/trunk/net/sctp/outqueue.c +++ b/trunk/net/sctp/outqueue.c @@ -308,7 +308,7 @@ int sctp_outq_tail(struct sctp_outq *q, struct sctp_chunk *chunk) /* If it is data, queue it up, otherwise, send it * immediately. */ - if (SCTP_CID_DATA == chunk->chunk_hdr->type) { + if (sctp_chunk_is_data(chunk)) { /* Is it OK to queue data chunks? */ /* From 9. Termination of Association *