Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211096
b: refs/heads/master
c: b46ffb8
h: refs/heads/master
v: v3
  • Loading branch information
Changli Gao authored and David S. Miller committed Sep 22, 2010
1 parent a4dbd72 commit d5f404e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7874896a26624214bd7c05eeba7c8ab01548b1b5
refs/heads/master: b46ffb854554ff939701bdd492b81558da5706fc
1 change: 1 addition & 0 deletions trunk/net/ipv4/netfilter/ipt_REJECT.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ static void send_reset(struct sk_buff *oldskb, int hook)
/* ip_route_me_harder expects skb->dst to be set */
skb_dst_set_noref(nskb, skb_dst(oldskb));

nskb->protocol = htons(ETH_P_IP);
if (ip_route_me_harder(nskb, addr_type))
goto free_nskb;

Expand Down

0 comments on commit d5f404e

Please sign in to comment.