commit | 06cdb6349c1f3fd439398dbc04ce4c696f0a41ab | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Jan 18 15:28:38 2011 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Tue Jan 18 15:28:38 2011 +0100 |
tree | 986b91560853dc2d0f8b67a3f61de35e103c4dc4 | |
parent | f15850861860636c905b33a9a5be3dcbc2b0d56a [diff] |
netfilter: nfnetlink_queue: do not free skb on error 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>