]> git.ipfire.org Git - thirdparty/nftables.git/commit
expr: make expr_binary_error() usable outside of evaluation
authorPatrick McHardy <kaber@trash.net>
Thu, 6 Mar 2014 15:29:52 +0000 (16:29 +0100)
committerPatrick McHardy <kaber@trash.net>
Fri, 7 Mar 2014 09:18:42 +0000 (10:18 +0100)
commite7b43ec0c9bc244795163478aa4c3e33750b5d64
treed0ef691a19af2b717c0fe9dd239995eb4d5d2b9f
parentb2c827223395682ee231504385f692267d1a3bfb
expr: make expr_binary_error() usable outside of evaluation

Turn the eval_ctx argument into a list_head to queue the error to.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/expression.h
src/expression.c
src/payload.c