commit | 1758ee0ea26561943813c5f5a7b27272f2cbc4cf | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Thu Nov 03 20:03:24 2005 +0100 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Sat Nov 05 16:43:29 2005 -0200 |
tree | 2190113eca8ec18da862a25fc589f5d8cf678a0b | |
parent | 433a4d3b5456dec5bcca5a0f236bf622da1267b3 [diff] |
[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>