]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: remove opts field from struct xt_stmt
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 16 Oct 2018 18:56:57 +0000 (20:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 17 Oct 2018 09:23:29 +0000 (11:23 +0200)
commitb274c169014e71715f9333ee028c5a9304881919
treea7d165326f3b5738fbf5e9bf50eda71fbf9e3341
parent3bc84e5c1fdd1ff011af9788fe174e0514c2c9ea
src: remove opts field from struct xt_stmt

This is never used, ie. always NULL.

Reported-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Acked-by: Phil Sutter <phil@nwl.cc>
include/statement.h
src/statement.c
src/xt.c