diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-06 05:51:07 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-06 05:51:07 -0400 |
| commit | 012e060c95e547eceea4a12c6f58592473bf4011 (patch) | |
| tree | b57d3eafb50ce517577d2cf366c9ef0b4b286589 /net/ipv6/ip6_output.c | |
| parent | 923f122573851d18a3832ca808269fa2d5046fb1 (diff) | |
| parent | ed39f731ab2e77e58122232f6e27333331d7793d (diff) | |
Merge branch 'master'
Diffstat (limited to 'net/ipv6/ip6_output.c')
| -rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 2f589f24c093..563b442ffab8 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
| @@ -666,7 +666,7 @@ slow_path: | |||
| 666 | */ | 666 | */ |
| 667 | fh->nexthdr = nexthdr; | 667 | fh->nexthdr = nexthdr; |
| 668 | fh->reserved = 0; | 668 | fh->reserved = 0; |
| 669 | if (frag_id) { | 669 | if (!frag_id) { |
| 670 | ipv6_select_ident(skb, fh); | 670 | ipv6_select_ident(skb, fh); |
| 671 | frag_id = fh->identification; | 671 | frag_id = fh->identification; |
| 672 | } else | 672 | } else |
