From fd64a5871b671a66f1ba6d6e3aa83ed24d92c099 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 5 May 2022 23:48:50 +0200 Subject: libxtables: Drop xtables_globals 'optstring' field Define the different optstrings in xshared.h instead, they are not relevant for other libxtables users. This is a partial revert of commit 65b150ae382a8 ("xshared: Store optstring in xtables_globals") to avoid breaking libxtables' ABI compatibility. Signed-off-by: Phil Sutter --- iptables/xtables.c | 1 - 1 file changed, 1 deletion(-) (limited to 'iptables/xtables.c') diff --git a/iptables/xtables.c b/iptables/xtables.c index 41b6eb48..70924176 100644 --- a/iptables/xtables.c +++ b/iptables/xtables.c @@ -88,7 +88,6 @@ static struct option original_opts[] = { struct xtables_globals xtables_globals = { .option_offset = 0, .program_version = PACKAGE_VERSION " (nf_tables)", - .optstring = OPTSTRING_COMMON "R:S::W::" "46bfg:h::m:nvw::x", .orig_opts = original_opts, .compat_rev = nft_compatible_revision, }; -- cgit v1.2.3