summaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-08-08 18:28:30 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-08-08 18:28:30 +0000
commit6a9366db547e958e8c9bf8e1c13bcea6cb2bf393 (patch)
treea4ace45b2343a439688f78d7edb6ee0f1d6d41cc /net/core
parent02f8110d6a247d53b489b29eec8a35c85e713c6b (diff)
Merge with Linux 2.4.0-test6-pre3.
Diffstat (limited to 'net/core')
-rw-r--r--net/core/netfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/netfilter.c b/net/core/netfilter.c
index f632ef236..f4bb62818 100644
--- a/net/core/netfilter.c
+++ b/net/core/netfilter.c
@@ -521,6 +521,7 @@ void nf_reinject(struct sk_buff *skb, struct nf_info *info,
case NF_QUEUE:
nf_queue(skb, elem, info->pf, info->hook,
info->indev, info->outdev, info->okfn);
+ break;
case NF_DROP:
kfree_skb(skb);