commit | f9aae95828d3478520f4bd73221bcb450ec1a5c0 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sat Dec 02 22:04:50 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 02 22:04:50 2006 -0800 |
tree | 642e3e4b2625e476a1e31fe2e9aebd05a1e20417 | |
parent | 0c4ca1bd8638d04796553b6e678063c4fadb92cc [diff] |
[NETFILTER]: nf_conntrack: fix helper structure alignment Adding the alignment to the size doesn't make any sense, what it should do is align the size of the conntrack structure to the alignment requirements of the helper structure and return an aligned pointer in nfct_help(). Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>