]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft-ipv46: replace offset var with ctx->payload.offset
authorGiuseppe Longo <giuseppelng@gmail.com>
Thu, 16 Oct 2014 14:29:53 +0000 (16:29 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 18 Oct 2014 12:40:58 +0000 (14:40 +0200)
commit2dde9356888733a98867a4e769609f9f59a3bf65
tree2f44e5f61df3131559798ee592bcd59efa0bd7a9
parent84f6bf6345f59d442fd62c47abb03089eb9b2134
nft-ipv46: replace offset var with ctx->payload.offset

The offset variable (undefined) is passed to DEBUGP function,
so you get a compilation error if you try to build iptables
with debug enabled

Signed-off-by: Giuseppe Longo <giuseppelng@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/nft-ipv4.c
iptables/nft-ipv6.c