commit | bb3e80e1814f63b76f100b342c217d08ca719688 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Fri Nov 26 18:08:39 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 01 10:32:19 2021 +0100 |
tree | 7b104f1456c661a0597bba28cdaaff6d7e17b673 | |
parent | 008386bec4bce4263a8968370f9e67cdf58a25f2 [diff] |
BUG/MINOR: vars: Fix the set-var and unset-var converters In commit 3a4bedccc6 the variable logic was changed. Instead of accessing variables by their name during runtime, the variable tables are now indexed by a hash of the name. But the set-var and unset-var converters try to access the correct variable by calculating a hash on the sample instead of the already calculated variable hash. It should be backported to 2.5.