X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fdccp%2Fsysctl.c;h=33916318ed6dd95a20434942ed9afd369e6fb494;hb=f7d749fa0a4de0a5445a4f023023f9e702238653;hp=fdcfca3e9208926809e769f469a0fd139050c153;hpb=f0eef25339f92f7cd4aeea23d9ae97987a5a1e82;p=linux-2.6-omap-h63xx.git diff --git a/net/dccp/sysctl.c b/net/dccp/sysctl.c index fdcfca3e920..33916318ed6 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, 0); return dccp_table_header != NULL ? 0 : -ENOMEM; }