[NETFILTER]: SNMP helper: fix debug module param type
debug is the debug level, not a bool. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
89f2e21883
Коммит
695ecea329
|
@ -1348,4 +1348,4 @@ static void __exit ip_nat_snmp_basic_fini(void)
|
|||
module_init(ip_nat_snmp_basic_init);
|
||||
module_exit(ip_nat_snmp_basic_fini);
|
||||
|
||||
module_param(debug, bool, 0600);
|
||||
module_param(debug, int, 0600);
|
||||
|
|
Загрузка…
Ссылка в новой задаче