]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: vars: Use a description to set/unset a variable instead of its hash and scope
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 Jul 2024 14:38:13 +0000 (16:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Jul 2024 14:39:38 +0000 (16:39 +0200)
commitd430edcda3d80b4a9fb9b49d8d275663841d81c1
tree8c5471bcf09c2935c420ffe75e660985bc950ec7
parenteb2d71614f77e9470c8aa5e5cd71ae04676aae3e
MINOR: vars: Use a description to set/unset a variable instead of its hash and scope

Now a variable description is retrieved when a variable is parsed, we can
use it to set or unset the variable value. It is mandatory to be able to
know the parent stream, if any, must be used, instead of the current one.
include/haproxy/vars.h
src/ssl_sample.c
src/vars.c