]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink_delinearize: rename misleading variable
authorFlorian Westphal <fw@strlen.de>
Tue, 30 Nov 2021 17:11:41 +0000 (18:11 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 1 Dec 2021 13:11:23 +0000 (14:11 +0100)
commit99df9a269af74b0f5d1be89a95525fb55f689214
treedc755acbbb9277898a49350dd0ce656e5351ee78
parent0e50a532f80bfebe023d97edf5d67f3726530cf9
netlink_delinearize: rename misleading variable

relational_binop_postprocess() is called for EXPR_RELATIONAL,
so "expr->right" is safe to use.

But the RHS can be something other than a value.
This has been extended to handle other types, so rename to 'right'.

No code changes intended.

Signed-off-by: Florian Westphal <fw@strlen.de>
src/netlink_delinearize.c