Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322051
b: refs/heads/master
c: a9915a1
h: refs/heads/master
i:
  322049: 82021f0
  322047: 27b0e52
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Aug 21, 2012
1 parent 8a0f511 commit 749e8bf
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: 1a7b27c97ce675b42eeb7bfaf6e15c34f35c8f95
refs/heads/master: a9915a1b52df52ad87f3b33422da95cf25372f09
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1338,10 +1338,10 @@ struct sk_buff *__ip_make_skb(struct sock *sk,
iph->ihl = 5;
iph->tos = inet->tos;
iph->frag_off = df;
ip_select_ident(iph, &rt->dst, sk);
iph->ttl = ttl;
iph->protocol = sk->sk_protocol;
ip_copy_addrs(iph, fl4);
ip_select_ident(iph, &rt->dst, sk);

if (opt) {
iph->ihl += opt->optlen>>2;
Expand Down

0 comments on commit 749e8bf

Please sign in to comment.