diff options
-rw-r--r-- | net/ipv4/netfilter/nf_nat_proto_sctp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_nat_proto_sctp.c b/net/ipv4/netfilter/nf_nat_proto_sctp.c index 6983e41c0b0f..3fc598eeeb1a 100644 --- a/net/ipv4/netfilter/nf_nat_proto_sctp.c +++ b/net/ipv4/netfilter/nf_nat_proto_sctp.c | |||
@@ -58,7 +58,7 @@ sctp_manip_pkt(struct sk_buff *skb, | |||
58 | } | 58 | } |
59 | 59 | ||
60 | crc32 = sctp_start_cksum((u8 *)hdr, skb_headlen(skb) - hdroff); | 60 | crc32 = sctp_start_cksum((u8 *)hdr, skb_headlen(skb) - hdroff); |
61 | skb_walk_frags(skb, frag); | 61 | skb_walk_frags(skb, frag) |
62 | crc32 = sctp_update_cksum((u8 *)frag->data, skb_headlen(frag), | 62 | crc32 = sctp_update_cksum((u8 *)frag->data, skb_headlen(frag), |
63 | crc32); | 63 | crc32); |
64 | crc32 = sctp_end_cksum(crc32); | 64 | crc32 = sctp_end_cksum(crc32); |