]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables-standalone: Drop version number from init errors
authorPhil Sutter <phil@nwl.cc>
Mon, 27 Sep 2021 14:59:49 +0000 (16:59 +0200)
committerPhil Sutter <phil@nwl.cc>
Wed, 20 Oct 2021 09:32:54 +0000 (11:32 +0200)
commit0687852da7ed0a7ec8ebc88b41031dcae18c8898
treef91580a095e6e32d929322d69a60de0bd98ca552
parentdded8ff3878ba7dccb8573543f2c2c5c8670fa03
xtables-standalone: Drop version number from init errors

Aside from the rather unconventional formatting, if those initialization
functions fail we've either released a completely broken iptables or
the wrong libraries are chosen by the loader. In both cases, the version
number is not really interesting.

While being at it, fix indenting of the first exit() call.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/xtables-standalone.c