aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netfilter/nf_sysctl.c')
-rw-r--r--net/netfilter/nf_sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nf_sysctl.c b/net/netfilter/nf_sysctl.c
index 06ddddb2911..ee34589e48a 100644
--- a/net/netfilter/nf_sysctl.c
+++ b/net/netfilter/nf_sysctl.c
@@ -56,7 +56,7 @@ nf_register_sysctl_table(struct ctl_table *path, struct ctl_table *table)
path = path_dup(path, table);
if (path == NULL)
return NULL;
- header = register_sysctl_table(path, 0);
+ header = register_sysctl_table(path);
if (header == NULL)
path_free(path, table);
return header;