diff options
| -rw-r--r-- | net/ipv4/netfilter/nf_nat_standalone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_nat_standalone.c b/net/ipv4/netfilter/nf_nat_standalone.c index 730a7a44c883..00d6dea9f7f3 100644 --- a/net/ipv4/netfilter/nf_nat_standalone.c +++ b/net/ipv4/netfilter/nf_nat_standalone.c | |||
| @@ -123,7 +123,7 @@ nf_nat_fn(unsigned int hooknum, | |||
| 123 | 123 | ||
| 124 | nat = nfct_nat(ct); | 124 | nat = nfct_nat(ct); |
| 125 | if (!nat) | 125 | if (!nat) |
| 126 | return NF_DROP; | 126 | return NF_ACCEPT; |
| 127 | 127 | ||
| 128 | switch (ctinfo) { | 128 | switch (ctinfo) { |
| 129 | case IP_CT_RELATED: | 129 | case IP_CT_RELATED: |
