]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: avoid running into .also checks when option not used
authorJan Engelhardt <jengelh@medozas.de>
Thu, 12 May 2011 11:20:00 +0000 (13:20 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 12 May 2011 11:20:00 +0000 (13:20 +0200)
commitab847dfe38529d2aa67cc8178a54d5b45af11cfa
treeede6dfa5a12c54c721f82fe4a7c66f93b1f06e87
parent15392934cf81ef85e2a1c21380c61a7a42e260d5
libxtables: avoid running into .also checks when option not used

If a particular option was not specified, it should not be subject to
.also checks in xtables_option_fcheck2 either.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
xtoptions.c