Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78839
b: refs/heads/master
c: 9b1c2cf
h: refs/heads/master
i:
  78837: e5c4be4
  78835: 51f0e6c
  78831: d9cb1eb
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 41500df commit 5cdcee4
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: e37b386c95fff34eb0eebeaf257c4f5a8b69b81f
refs/heads/master: 9b1c2cfd7a8b3840cf5c99d0560e641ff4a3425b
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_conntrack_proto_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static int sctp_packet(struct nf_conn *ct,
/* Sec 8.5.1 (C) */
if (sh->vtag != ct->proto.sctp.vtag[dir] &&
sh->vtag != ct->proto.sctp.vtag[!dir] &&
(sch->flags & 1))
sch->flags & SCTP_CHUNK_FLAG_T)
goto out_unlock;
} else if (sch->type == SCTP_CID_COOKIE_ECHO) {
/* Sec 8.5.1 (D) */
Expand Down

0 comments on commit 5cdcee4

Please sign in to comment.