Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 695ecea3 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NETFILTER]: SNMP helper: fix debug module param type



debug is the debug level, not a bool.

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 89f2e218
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);