]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: sample: Add a comment in 'check_operator' to explain why 'vars_check_arg' should...
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 2 Oct 2023 15:46:55 +0000 (17:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Oct 2023 09:13:10 +0000 (11:13 +0200)
commitb019636cd77d5b60abbf5978c904f8d1f7f5340a
tree669145d6b14936a675bdae861e8589f7fb85d4fe
parent6fe57303f701dcd67f6efc7f5a894b3180f54b93
DOC: sample: Add a comment in 'check_operator' to explain why 'vars_check_arg' should ignore the 'err' buffer

This extra comment ensure that we do not try to pass an 'err' argument
to 'vars_check_arg' otherwise some warnings will be raised if an
operator is given an integer directly in the configuration file.
src/sample.c