Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122382
b: refs/heads/master
c: 328bd89
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy committed Nov 24, 2008
1 parent 07f9d06 commit 591241c
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: 018a7bf1e55000dd792194238c9043918d24d3dd
refs/heads/master: 328bd8997dbb7184d5389e45c642af44ae6e9043
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 @@ -317,7 +317,7 @@ static int sctp_packet(struct nf_conn *ct,
goto out;
}

old_state = new_state = SCTP_CONNTRACK_MAX;
old_state = new_state = SCTP_CONNTRACK_NONE;
write_lock_bh(&sctp_lock);
for_each_sctp_chunk (skb, sch, _sch, offset, dataoff, count) {
/* Special cases of Verification tag check (Sec 8.5.1) */
Expand Down

0 comments on commit 591241c

Please sign in to comment.