]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Apr 2022 12:57:58 +0000 (14:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Apr 2022 13:28:21 +0000 (15:28 +0200)
commit643f1b7befa9c97575aa41d705606c6fda4ed94c
tree60e2bd7698bdefede7c5991243bb9e7ae246164f
parent5796228abad4a0113daaef4be7e42e5234cfa15a
BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments

The function checking captures defined in tcp-request content ruleset didn't
use the right rule arguments. "arg.trk_ctr" was used instead of "arg.cap".

This patch must be backported as far as 2.2.
src/action.c