commit | 54fa7e332a7490319dd954423eb36b456a7c7921 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 12 12:09:38 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 12 16:23:46 2021 +0100 |
tree | 671a62f59a4c1c17011d4a4c917b7214b2d9efd5 | |
parent | 220fd7069469de5892c6ba3e1f178150b51c52bc [diff] |
BUG/MINOR: tcpcheck: proxy_parse_*check*() must take a const for the defproxy The default proxy was passed as a variable, which in addition to being a PITA to deal with in the config parser, doesn't feel safe to use when it ought to be const. This will only affect new code so no backport is needed.