Skip to content

Commit

Permalink
netfilter: conntrack: remove leftover binary sysctl define
Browse files Browse the repository at this point in the history
Users got removed in f8572d8 ("sysctl net: Remove unused binary
sysctl code").

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Florian Westphal authored and Pablo Neira Ayuso committed May 25, 2016
1 parent a7f1884 commit 720b287
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/netfilter/nf_conntrack_standalone.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,6 @@ static struct ctl_table nf_ct_sysctl_table[] = {
{ }
};

#define NET_NF_CONNTRACK_MAX 2089

static struct ctl_table nf_ct_netfilter_table[] = {
{
.procname = "nf_conntrack_max",
Expand Down

0 comments on commit 720b287

Please sign in to comment.