]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxtables: remove unnecessary nesting from host_to_ip(6)addr
authorJan Engelhardt <jengelh@inai.de>
Wed, 8 Mar 2017 16:26:56 +0000 (17:26 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 8 Mar 2017 16:48:51 +0000 (17:48 +0100)
commit9f50bbdfee7e5f16ac84fb7f7605f9cdce82062a
tree40e4a0292e828dcd6b74375bd51dda15473e0fef
parentc6df55d6ebbe6102ac5136ae38813bea42d8c782
libxtables: remove unnecessary nesting from host_to_ip(6)addr

The error path already terminally returns from the function, so there
is no point in having an explicit else block.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
libxtables/xtables.c