Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203963
b: refs/heads/master
c: b13b712
h: refs/heads/master
i:
  203961: a15959f
  203959: 4e5639d
v: v3
  • Loading branch information
Eric Dumazet authored and Patrick McHardy committed Jul 5, 2010
1 parent e551ee4 commit cc3bbca
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: 98b0e84aaaf2be6c40998d011c9db96ea6498e20
refs/heads/master: b13b7125e4d10ce39818eec1bcb2d9777d29475f
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ipt_REJECT.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static void send_reset(struct sk_buff *oldskb, int hook)
addr_type = RTN_LOCAL;

/* ip_route_me_harder expects skb->dst to be set */
skb_dst_set(nskb, dst_clone(skb_dst(oldskb)));
skb_dst_set_noref(nskb, skb_dst(oldskb));

if (ip_route_me_harder(nskb, addr_type))
goto free_nskb;
Expand Down

0 comments on commit cc3bbca

Please sign in to comment.