Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236647
b: refs/heads/master
c: 28a51ba
h: refs/heads/master
i:
  236645: 90d3b3a
  236643: 6e344e8
  236639: 6fcf044
v: v3
  • Loading branch information
Florian Westphal authored and Patrick McHardy committed Jan 20, 2011
1 parent 5267b91 commit 10c6a59
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: a07aa004c8d814a975b1a68afdb7baaa8f1b91d5
refs/heads/master: 28a51ba59a1a983d63d4775e9bb8230fe0fb3b29
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/iptable_mangle.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ipt_mangle_out(struct sk_buff *skb, const struct net_device *out)
ret = ipt_do_table(skb, NF_INET_LOCAL_OUT, NULL, out,
dev_net(out)->ipv4.iptable_mangle);
/* Reroute for ANY change. */
if (ret != NF_DROP && ret != NF_STOLEN && ret != NF_QUEUE) {
if (ret != NF_DROP && ret != NF_STOLEN) {
iph = ip_hdr(skb);

if (iph->saddr != saddr ||
Expand Down

0 comments on commit 10c6a59

Please sign in to comment.