mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:30:55 +07:00
[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:
parent
89f2e21883
commit
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);
|
||||
|
Loading…
Reference in New Issue
Block a user