diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-07-25 05:53:12 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-07-25 05:53:12 (GMT) |
commit | 72b558235950538da8bf5a8de746a194831c6fe6 (patch) | |
tree | c73dc712b96d2a8ec35f6919202a4b51e5f6bfab /net/ipv4 | |
parent | 3bc38712e3a6e0596ccb6f8299043a826f983701 (diff) | |
download | linux-72b558235950538da8bf5a8de746a194831c6fe6.tar.xz |
[NETFILTER]: conntrack: fix SYSCTL=n compile
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/ip_conntrack_standalone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/ip_conntrack_standalone.c b/net/ipv4/netfilter/ip_conntrack_standalone.c index 7bd3c22..7a9fa04 100644 --- a/net/ipv4/netfilter/ip_conntrack_standalone.c +++ b/net/ipv4/netfilter/ip_conntrack_standalone.c @@ -534,6 +534,8 @@ static struct nf_hook_ops ip_conntrack_ops[] = { /* Sysctl support */ +int ip_conntrack_checksum = 1; + #ifdef CONFIG_SYSCTL /* From ip_conntrack_core.c */ @@ -568,8 +570,6 @@ extern unsigned int ip_ct_generic_timeout; static int log_invalid_proto_min = 0; static int log_invalid_proto_max = 255; -int ip_conntrack_checksum = 1; - static struct ctl_table_header *ip_ct_sysctl_header; static ctl_table ip_ct_sysctl_table[] = { |