netfilter: xt_CT: don't put back reference to timeout policy object
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 5 Oct 2015 14:51:03 +0000 (16:51 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 12 Oct 2015 14:54:45 +0000 (16:54 +0200)
commit403d89ad9cc076db44c76ab75c7629497d8ddbb2
treeab8443a59b8b3f0f1fcac3843357ebedb73cf865
parenta29a9a585b2840a205f085a34dfd65c75e86f7c3
netfilter: xt_CT: don't put back reference to timeout policy object

On success, this shouldn't put back the timeout policy object, otherwise
we may have module refcount overflow and we allow deletion of timeout
that are still in use.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/xt_CT.c