netfilter: nfnetlink_queue: do not free skb on error
authorFlorian Westphal <fw@strlen.de>
Tue, 18 Jan 2011 14:28:38 +0000 (15:28 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 18 Jan 2011 14:28:38 +0000 (15:28 +0100)
Move free responsibility from nf_queue to caller.
This enables more flexible error handling; we can now accept the skb
instead of freeing it.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found