[NETFILTER]: Don't invoke okfn in CONFIG_NETFILTER=n variant of nf_hook()
authorPatrick McHardy <kaber@trash.net>
Wed, 15 Feb 2006 23:18:19 +0000 (15:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Feb 2006 23:18:19 +0000 (15:18 -0800)
nf_hook() is supposed to call the netfilter hook and return control of the
packet back to the caller in case it may pass, the okfn is only used for
queueing.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found