From 1dd94bcb32e01dbdfda4739d78f4d8036b4e9c3d Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Mon, 17 Dec 2007 16:20:28 -0800 Subject: [PATCH] --- yaml --- r: 74996 b: refs/heads/master c: 64396accc2831fcbdc7d793edc25481a5ebc75b2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/sysctl_check.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7f28998c4460..9d384886f8e6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 421d99193537a6522aac2148286f08792167d5fd +refs/heads/master: 64396accc2831fcbdc7d793edc25481a5ebc75b2 diff --git a/trunk/kernel/sysctl_check.c b/trunk/kernel/sysctl_check.c index bed939f82c31..a68425a5cc1d 100644 --- a/trunk/kernel/sysctl_check.c +++ b/trunk/kernel/sysctl_check.c @@ -428,7 +428,7 @@ static struct trans_ctl_table trans_net_netrom_table[] = { {} }; -static struct trans_ctl_table trans_net_ax25_table[] = { +static struct trans_ctl_table trans_net_ax25_param_table[] = { { NET_AX25_IP_DEFAULT_MODE, "ip_default_mode" }, { NET_AX25_DEFAULT_MODE, "ax25_default_mode" }, { NET_AX25_BACKOFF_TYPE, "backoff_type" }, @@ -446,6 +446,11 @@ static struct trans_ctl_table trans_net_ax25_table[] = { {} }; +static struct trans_ctl_table trans_net_ax25_table[] = { + { 0, NULL, trans_net_ax25_param_table }, + {} +}; + static struct trans_ctl_table trans_net_bridge_table[] = { { NET_BRIDGE_NF_CALL_ARPTABLES, "bridge-nf-call-arptables" }, { NET_BRIDGE_NF_CALL_IPTABLES, "bridge-nf-call-iptables" },