]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: get rid of useless debugging from core
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Nov 2016 09:55:54 +0000 (10:55 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Nov 2016 09:55:54 +0000 (10:55 +0100)
commited6a81a3b39ff342b1902167ebfe922e0f733b55
tree515670ac90049c640dc57f9a0eea41509f5b7456
parent47a18445f83e24f423f26993e86551ff1d3deac5
netfilter: get rid of useless debugging from core

This patch remove compile time code to catch inconventional verdicts.
We have better ways to handle this case these days, eg. pr_debug() but
even though I don't think this is useful at all, so let's remove this.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/core.c