Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31324
b: refs/heads/master
c: 1c7e477
h: refs/heads/master
v: v3
  • Loading branch information
Jorge Matias authored and David S. Miller committed Jun 29, 2006
1 parent 76dca91 commit 438f139
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: 9abdcf6b6cf387035d934c77bf9ebe5e747166f9
refs/heads/master: 1c7e47726a88303e4cfa2785f0a357bf1ceecee1
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ match(const struct sk_buff *skb,
&& SCCHECK(((ntohs(sh->dest) >= info->dpts[0])
&& (ntohs(sh->dest) <= info->dpts[1])),
XT_SCTP_DEST_PORTS, info->flags, info->invflags)
&& SCCHECK(match_packet(skb, protoff,
&& SCCHECK(match_packet(skb, protoff + sizeof (sctp_sctphdr_t),
info->chunkmap, info->chunk_match_type,
info->flag_info, info->flag_count,
hotdrop),
Expand Down

0 comments on commit 438f139

Please sign in to comment.