commit | 9912156c2e42a5b0100da37275622262ece02c05 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Oct 16 11:24:02 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Nov 06 14:47:29 2017 +0100 |
tree | 105ce8e6990f5ddf0bd216fb97603dfcd1fc64e1 | |
parent | c5504f724c86ee925e7ffb80aa342cfd57959b13 [diff] |
netfilter: ebtables: clean up initialization of buf buf is initialized to buf_start and then set on the next statement to buf_start + offsets[i]. Clean this up to just initialize buf to buf_start + offsets[i] to clean up the clang build warning: "Value stored to 'buf' during its initialization is never read" Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>