From ce3c7808c2110d8b587cc5c54951232e50fe0636 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Thu, 12 Apr 2018 11:51:38 +0200 Subject: nft: make nft_init self-contained nft_init() should rollback all changes it made during init when something goes wrong, callers should NOT call nft_fini() on error. Note that this change is irrelevant at the moment, all users call exit() on failure. Signed-off-by: Florian Westphal --- iptables/xtables-standalone.c | 1 - 1 file changed, 1 deletion(-) (limited to 'iptables/xtables-standalone.c') diff --git a/iptables/xtables-standalone.c b/iptables/xtables-standalone.c index 139c477f..1a28c548 100644 --- a/iptables/xtables-standalone.c +++ b/iptables/xtables-standalone.c @@ -66,7 +66,6 @@ xtables_main(int family, const char *progname, int argc, char *argv[]) xtables_globals.program_name, xtables_globals.program_version, strerror(errno)); - nft_fini(&h); exit(EXIT_FAILURE); } -- cgit v1.2.3