Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150783
b: refs/heads/master
c: 0808dc8
h: refs/heads/master
i:
  150781: abb363d
  150779: 5530195
  150775: 948932f
  150767: a493e6e
  150751: a8b1e25
  150719: f39150c
  150655: f5eb9eb
  150527: 1df12be
v: v3
  • Loading branch information
David S. Miller committed Jun 10, 2009
1 parent 718f795 commit 3130ca7
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: 1506e30b5f25f6c3357167a18f0e4ae6f5662a28
refs/heads/master: 0808dc80939b08ec215f472e17a5d8f6b148037e
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/nf_nat_proto_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sctp_manip_pkt(struct sk_buff *skb,
}

crc32 = sctp_start_cksum((u8 *)hdr, skb_headlen(skb) - hdroff);
skb_walk_frags(skb, frag);
skb_walk_frags(skb, frag)
crc32 = sctp_update_cksum((u8 *)frag->data, skb_headlen(frag),
crc32);
crc32 = sctp_end_cksum(crc32);
Expand Down

0 comments on commit 3130ca7

Please sign in to comment.