commit | 1bd98050853357bd8b2b482772fab3ba14148404 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Dec 16 17:14:35 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 16 17:31:31 2021 +0100 |
tree | 25a9aa5f70b6e18a73210e4e892eb45bafa60eb7 | |
parent | 7055301934e3951270eac999b8f9168a81f81ed8 [diff] |
MINOR: vars: Set variable type to ANY upon creation The type of a newly created variable was not initialized. This patch sets it to SMP_T_ANY by default. This will be required when conditions can be added to a set-var call because we might end up creating a variable without setting it yet.