]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink_delinearize: fix compiler warning
authorPatrick McHardy <kaber@trash.net>
Thu, 9 Jan 2014 21:59:29 +0000 (21:59 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 9 Jan 2014 21:59:29 +0000 (21:59 +0000)
commit488196551e5e34af3df5d92358f3efa5a08f5730
tree220449455ce150950ec460b25d01cc5c62133b02
parent01cd6fa3cce3517f92a16151d94e4ce35542e88c
netlink_delinearize: fix compiler warning

src/netlink_delinearize.c: In function ‘meta_match_postprocess’:
src/netlink_delinearize.c:660:3: warning: passing argument 1 of ‘expr->left->ops->pctx_update’ from incompatible pointer type [enabled by default]
src/netlink_delinearize.c:660:3: note: expected ‘struct proto_ctx *’ but argument is of type ‘struct rule_pp_ctx *’

Signed-off-by: Patrick McHardy <kaber@trash.net>
src/netlink_delinearize.c