Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108841
b: refs/heads/master
c: 46faec9
h: refs/heads/master
i:
  108839: c29f4b8
v: v3
  • Loading branch information
Anders Grafström authored and David S. Miller committed Aug 19, 2008
1 parent bb27f32 commit 5d3fd77
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: 8e0f36ec371ef4804da46d962d5272b3efb04481
refs/heads/master: 46faec9858e8943226464dac50e205bf210d9174
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ipt_addrtype.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ addrtype_mt_v1(const struct sk_buff *skb, const struct net_device *in,
(info->flags & IPT_ADDRTYPE_INVERT_SOURCE);
if (ret && info->dest)
ret &= match_type(dev, iph->daddr, info->dest) ^
(info->flags & IPT_ADDRTYPE_INVERT_DEST);
!!(info->flags & IPT_ADDRTYPE_INVERT_DEST);
return ret;
}

Expand Down

0 comments on commit 5d3fd77

Please sign in to comment.