]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
xt_condition: simplify clean-up of variables
authorJeremy Sowden <jeremy@azazel.net>
Sun, 22 Aug 2021 16:35:56 +0000 (17:35 +0100)
committerJan Engelhardt <jengelh@inai.de>
Sun, 22 Aug 2021 19:39:36 +0000 (21:39 +0200)
commit9a850e86733242bec30cbcadefdefd3f58a0ecfd
tree6929e3868be3bbbd24fb94464e8f7a23aa96b959
parentec2227671b86e093b6548771728f1e7278b9020a
xt_condition: simplify clean-up of variables

Unlocking early and returning in the if-block just complicate the code
to no material benefit.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
extensions/xt_condition.c