inetpeer: get rid of ip_id_count
[deliverable/linux.git] / net / ipv4 / raw.c
index a9dbe58bdfe767e62642db954b89532dab928a96..2c65160565e1a084b5ff13832cfdb80d50ba7d6c 100644 (file)
@@ -389,7 +389,7 @@ static int raw_send_hdrinc(struct sock *sk, struct flowi4 *fl4,
                iph->check   = 0;
                iph->tot_len = htons(length);
                if (!iph->id)
-                       ip_select_ident(skb, &rt->dst, NULL);
+                       ip_select_ident(skb, NULL);
 
                iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
        }
This page took 0.025987 seconds and 5 git commands to generate.