From 33b81134b18037282898e67853b8565bc808f7ee Mon Sep 17 00:00:00 2001 From: Yan Zheng Date: Mon, 3 Oct 2005 14:19:15 -0700 Subject: [PATCH] --- yaml --- r: 9573 b: refs/heads/master c: f36d6ab182a5c68e92ea3e85821dde9d29bfe284 h: refs/heads/master i: 9571: 3544c0b7bd08f59b1dbb3d2b8374b4faf7e2b28e v: v3 --- [refs] | 2 +- trunk/net/ipv6/ip6_output.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 26c6de18d5d5..cb9eb096fbd6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 444fc8fc3a1f926fa224655b8950bd853368c1a3 +refs/heads/master: f36d6ab182a5c68e92ea3e85821dde9d29bfe284 diff --git a/trunk/net/ipv6/ip6_output.c b/trunk/net/ipv6/ip6_output.c index 2f589f24c093..563b442ffab8 100644 --- a/trunk/net/ipv6/ip6_output.c +++ b/trunk/net/ipv6/ip6_output.c @@ -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