X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fdccp%2Fsysctl.c;h=1260aabac5e1b1cc17332d01649121b5068ca922;hb=6936b17ea03f54525f01b12819d558ba52a86b46;hp=fdcfca3e9208926809e769f469a0fd139050c153;hpb=9cdf083f981b8d37b3212400a359368661385099;p=linux-2.6 diff --git a/net/dccp/sysctl.c b/net/dccp/sysctl.c index fdcfca3e92..1260aabac5 100644 --- a/net/dccp/sysctl.c +++ b/net/dccp/sysctl.c @@ -127,7 +127,7 @@ static struct ctl_table_header *dccp_table_header; 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); return dccp_table_header != NULL ? 0 : -ENOMEM; }