]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
xt_condition: use sizeof_field macro to size variable name
authorJeremy Sowden <jeremy@azazel.net>
Sun, 22 Aug 2021 16:35:50 +0000 (17:35 +0100)
committerJan Engelhardt <jengelh@inai.de>
Sun, 22 Aug 2021 19:39:36 +0000 (21:39 +0200)
commitcc1ffb1c5b46e351616f3e6ce7ce85ab29eb4a9f
treee77d98f5a6f07214732d75e43456a201934b4f37
parent76aaa52c2df1fbce13c5df8cd3b718b47eb2fd29
xt_condition: use sizeof_field macro to size variable name

4.16 introduced a macro for getting the size of a struct member, so
let's use it.

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