netfilter: ct_extend: fix the wrong alloc_size
authorChangli Gao <xiaosuo@gmail.com>
Mon, 15 Nov 2010 10:47:52 +0000 (11:47 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 15 Nov 2010 10:47:52 +0000 (11:47 +0100)
commit3b2368806915e1e69ac3bcc0d6a7cfde64307655
tree3399c888cc959adc1dfca183e343abff0ce81b78
parentb468645d72c2b4a15512f0a18e77670ea058b861
netfilter: ct_extend: fix the wrong alloc_size

In function update_alloc_size(), sizeof(struct nf_ct_ext) is added twice
wrongly.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_extend.c