Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203371
b: refs/heads/master
c: fe76cda
h: refs/heads/master
i:
  203369: 3645eaa
  203367: 261f9dc
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jul 6, 2010
1 parent c37eee5 commit 66b02d0
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: a99db196db1166a2159add4a3013e5df0ea126fa
refs/heads/master: fe76cda3081b502986f0c8b28b0cf8bfc27d44d5
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from)
to->priority = from->priority;
to->protocol = from->protocol;
skb_dst_drop(to);
skb_dst_set(to, dst_clone(skb_dst(from)));
skb_dst_copy(to, from);
to->dev = from->dev;
to->mark = from->mark;

Expand Down

0 comments on commit 66b02d0

Please sign in to comment.