Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7557
b: refs/heads/master
c: 48bc41a
h: refs/heads/master
i:
  7555: 4c6fefa
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Sep 6, 2005
1 parent b1b91c3 commit f56556c
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: f75268cd6cbd24e6c70ff1390f4de5d0bb618539
refs/heads/master: 48bc41a49c4f3aa760dff84e7f71437f5ed520fe
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_fragment.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ static void ip_frag_queue(struct ipq *qp, struct sk_buff *skb)

if (pskb_pull(skb, ihl) == NULL)
goto err;
if (pskb_trim(skb, end-offset))
if (pskb_trim_rcsum(skb, end-offset))
goto err;

/* Find out which fragments are in front and at the back of us
Expand Down

0 comments on commit f56556c

Please sign in to comment.