Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73594
b: refs/heads/master
c: cd3ae8e
h: refs/heads/master
v: v3
  • Loading branch information
Vlad Yasevich committed Nov 9, 2007
1 parent 8367bf6 commit 1ac7593
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: 7ab9080467040054e27ae54d67cc185f24d881ae
refs/heads/master: cd3ae8e61570b55e32864c5f9e50085aa67126e9
2 changes: 1 addition & 1 deletion trunk/net/sctp/ulpqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ static inline void sctp_ulpq_reap_ordered(struct sctp_ulpq *ulpq, __u16 sid)
continue;

/* see if this ssn has been marked by skipping */
if (!SSN_lt(cssn, sctp_ssn_peek(in, csid)))
if (!SSN_lte(cssn, sctp_ssn_peek(in, csid)))
break;

__skb_unlink(pos, &ulpq->lobby);
Expand Down

0 comments on commit 1ac7593

Please sign in to comment.