commit | 220fd7069469de5892c6ba3e1f178150b51c52bc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 12 12:07:38 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 12 16:23:46 2021 +0100 |
tree | a925766fc6106f9379e69ebc0b0a502074aeb0b5 | |
parent | 818ec78af8814174b4b055856133c57330917a7a [diff] |
BUG/MINOR: extcheck: proxy_parse_extcheck() 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.