Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194636
b: refs/heads/master
c: ec7b951
h: refs/heads/master
v: v3
  • Loading branch information
Shan Wei authored and Vlad Yasevich committed May 1, 2010
1 parent 4234d47 commit 2a6dbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fbdf501c9374966a56829ecca3a7f25d2b49a305
refs/heads/master: ec7b9519509061bbc09a43284c3570aa492e07f0
2 changes: 1 addition & 1 deletion trunk/net/sctp/outqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 2a6dbef

Please sign in to comment.