Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328070
b: refs/heads/master
c: 136251d
h: refs/heads/master
v: v3
  • Loading branch information
Ulrich Weber authored and Pablo Neira Ayuso committed Sep 21, 2012
1 parent a2e931a commit 825af09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: b0cdb1d9a9522b4f0905f11e4c7d7a59e0f7dc44
refs/heads/master: 136251d02ff283e99f023b0abdeb52b4b3423a56
4 changes: 1 addition & 3 deletions trunk/net/netfilter/nf_nat_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,8 @@ find_appropriate_src(struct net *net, u16 zone,
&ct->tuplehash[IP_CT_DIR_REPLY].tuple);
result->dst = tuple->dst;

if (in_range(l3proto, l4proto, result, range)) {
rcu_read_unlock();
if (in_range(l3proto, l4proto, result, range))
return 1;
}
}
}
return 0;
Expand Down

0 comments on commit 825af09

Please sign in to comment.