]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: acl: Fix error message about several '-m' parameters
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 Sep 2025 09:27:40 +0000 (11:27 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 Sep 2025 09:32:20 +0000 (11:32 +0200)
commitbb407ba8e31179d92f639aaaaeb1454e8f154e04
tree490e476197a7f8356a71d5e9b780afc215355e19
parentb167d545cf4b673de3c481088d7ce8ed65030106
BUG/MINOR: acl: Fix error message about several '-m' parameters

There is a typo in the commit * c51ddd5c3 ("MINOR: acl: Only allow one '-m'
matching method") . '*m' was reported in the error message instead of '-m'.

In addition, it is now mentionned that only the last one should be keep if
an old config triggers the error.

No backport needed, except if the commit above is backported.
src/acl.c