Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131204
b: refs/heads/master
c: d4e2675
h: refs/heads/master
v: v3
  • Loading branch information
Qu Haoran authored and David S. Miller committed Feb 9, 2009
1 parent 9c4e250 commit 2981ca4
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: 1f9da256163e3ff91a12d0b861091f0e525139df
refs/heads/master: d4e2675a61890a84849a24affedf80d5cae8b199
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ match_packet(const struct sk_buff *skb,

switch (chunk_match_type) {
case SCTP_CHUNK_MATCH_ALL:
return SCTP_CHUNKMAP_IS_CLEAR(info->chunkmap);
return SCTP_CHUNKMAP_IS_CLEAR(chunkmapcopy);
case SCTP_CHUNK_MATCH_ANY:
return false;
case SCTP_CHUNK_MATCH_ONLY:
Expand Down

0 comments on commit 2981ca4

Please sign in to comment.