Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45219
b: refs/heads/master
c: bbdc176
h: refs/heads/master
i:
  45217: 2aa71d5
  45215: 446ad21
v: v3
  • Loading branch information
Martin Josefsson authored and David S. Miller committed Jan 4, 2007
1 parent 6d44a91 commit 052d320
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c9386cfddc11e331fa7c860cccaedc2ae8f459f8
refs/heads/master: bbdc176a2f39913063aaaf95bc27e4b18fd14953
5 changes: 4 additions & 1 deletion trunk/net/ipv4/netfilter/ipt_MASQUERADE.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,13 @@ masquerade_target(struct sk_buff **pskb,
static inline int
device_cmp(struct ip_conntrack *i, void *ifindex)
{
int ret;
#ifdef CONFIG_NF_NAT_NEEDED
struct nf_conn_nat *nat = nfct_nat(i);

if (!nat)
return 0;
#endif
int ret;

read_lock_bh(&masq_lock);
#ifdef CONFIG_NF_NAT_NEEDED
Expand Down

0 comments on commit 052d320

Please sign in to comment.