]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] nf_queue: Fix Ooops when no queue handler registered
authorHarald Welte <laforge@netfilter.org>
Tue, 15 Nov 2005 12:32:36 +0000 (13:32 +0100)
committerChris Wright <chrisw@osdl.org>
Thu, 24 Nov 2005 22:10:09 +0000 (14:10 -0800)
commit32e7dfa8a64420eff76dfedda3f6fec170f0b4d8
tree4a17d3f852b347a224171a6e3d36756fe11109ba
parent0012c3a76ba77f505ac94be3780f010926bef3ee
[PATCH] 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: Chris Wright <chrisw@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/netfilter/nf_queue.c