Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9573
b: refs/heads/master
c: f36d6ab
h: refs/heads/master
i:
  9571: 3544c0b
v: v3
  • Loading branch information
Yan Zheng authored and David S. Miller committed Oct 3, 2005
1 parent b67b7e7 commit 33b8113
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: 444fc8fc3a1f926fa224655b8950bd853368c1a3
refs/heads/master: f36d6ab182a5c68e92ea3e85821dde9d29bfe284
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
*/
fh->nexthdr = nexthdr;
fh->reserved = 0;
if (frag_id) {
if (!frag_id) {
ipv6_select_ident(skb, fh);
frag_id = fh->identification;
} else
Expand Down

0 comments on commit 33b8113

Please sign in to comment.