|
@@ -127,7 +127,7 @@ static struct ctl_table_header *dccp_table_header;
|
|
|
|
|
|
int __init dccp_sysctl_init(void)
|
|
int __init dccp_sysctl_init(void)
|
|
{
|
|
{
|
|
- dccp_table_header = register_sysctl_table(dccp_root_table, 1);
|
|
|
|
|
|
+ dccp_table_header = register_sysctl_table(dccp_root_table, 0);
|
|
|
|
|
|
return dccp_table_header != NULL ? 0 : -ENOMEM;
|
|
return dccp_table_header != NULL ? 0 : -ENOMEM;
|
|
}
|
|
}
|