]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
netfilter: nf_nat_snmp_basic: remove debug parameter
authorTaehee Yoo <ap420073@gmail.com>
Sun, 7 Jan 2018 15:09:56 +0000 (00:09 +0900)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 19 Jan 2018 12:59:06 +0000 (13:59 +0100)
commite29e5ddca0dd7a01831f8aae6ea2664076fa8fd4
treeeb8e3902c7da367ac07f1613c61c55f90c8075cb
parentf4dbc4c20f05ccf6986b0de429f7552b21a1b362
netfilter: nf_nat_snmp_basic: remove debug parameter

To see debug message of nf_nat_snmp_basic, we should set debug value
when we insert this module. but it is inconvenient and only using of
the dynamic debugging is enough to debug.

This patch just removes debug code. then in the next patch, debugging code
will be added.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/ipv4/netfilter/nf_nat_snmp_basic.c