[NETFILTER] nf_queue: Fix Ooops when no queue handler registered
authorHarald Welte <laforge@netfilter.org>
Thu, 3 Nov 2005 19:03:24 +0000 (20:03 +0100)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Sat, 5 Nov 2005 18:43:29 +0000 (16:43 -0200)
commit1758ee0ea26561943813c5f5a7b27272f2cbc4cf
tree2190113eca8ec18da862a25fc589f5d8cf678a0b
parent433a4d3b5456dec5bcca5a0f236bf622da1267b3
[NETFILTER] nf_queue: Fix Ooops when no queue handler registered

With the new nf_queue generalization in 2.6.14, we've introduced a bug
that causes an oops as soon as a packet is queued but no queue handler
registered.  This patch fixes it.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/netfilter/nf_queue.c